class TopicName - 5.2.2 Topic Name

Declared in module tm

Synopsis

class TopicName:
    def __init__(self, scopes=(), basenames=(), dispnames=(), sortnames=())
    def add_basename(self, basename) # Add the base name to the list of base names.
    def add_dispname(self, dispname) # Add the display name to the list of display names.
    def add_scope(self, scope) # Add the scoping topic to the list of scoping topics.
    def add_sortname(self, sortname) # Add the sort name to the list of sort names.
    def finalize(self) # Finalize the TopicName object and resolve any missing information.
    def get_basenames(self) # Get the base names of this topic name.
    def get_dispnames(self) # Get the display names of this topic name.
    def get_id(self) # Get the internal TopicName id.
    def get_scopes(self) # Get the scopes that apply to this topic name.
    def get_sortnames(self) # Get the sort names/keys of this topic name.
    def set_basenames(self, basename) # Set the base name of this topic name.
    def set_dispnames(self, dispnames) # Set the display name of this topic name.
    def set_scopes(self, scopes) # Set the scopes that apply to this topic name.
    def set_sortnames(self, sortnames) # Set the sort name/key of this topic name.