Module tm
class Association # 5.3.1 Association link
class AssociationRole # 5.3.2 Association role
class Facet # 5.4.1 Facet link
class FacetValue # 5.4.2 Facet value
class Locator # Location address.
class Name # Name
class Occurrence # 5.2.3 Topic Occurrence
class Topic # 5.2 Topic link
class TopicMap # 5.1 Topic Map
class TopicMapFactory # Topic Map Facory. Used to make various tm objects.
class TopicName # 5.2.2 Topic Name
def dict_has(dict, method, args, cmp_item) # Checks whether cmp_item is the result of applying method to keys of the dict.
def remove_from_dict(dict, key, msg=None) # Removes an item from the dictionary. Throws an exception if the key doesn't exist.
def remove_from_seq(seq, item, msg=None) # Removes all occurrences of item in the sequence. Throws an exception if the key doesn't exist.
def set_debug(level) # Set the debug level.
string __author__ = 'Geir Ove Gr\370nmo, grove@infotek.no'
string __file__ = './tm.pyc'
string __version__ = '0.20'
int debug = 0