Declared in module tm
class Name: def __init__(self, name='', scopes=()) def __str__(self) def add_scope(self, scope) # Add scope to the list of scopes. def finalize(self) # Finalize the TopicName object and resolve any missing information. def get_name(self) # Get name. def get_scopes(self) # Get the scopes that apply to this name. def set_name(self, name) # Set name. def set_scopes(self, scopes) # Set list of scopes.