The domain_dictionary Module

class DomainDict(of: str, options: Dict)[source]
add(path)[source]
list()[source]
is_top(t: str)[source]
print_node(out, t: str, indent: int)[source]
print_top_nodes(out)[source]
print_other_nodes(out)[source]
to_dot(out=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>)[source]
html(of: str, svg=None)[source]
generate_graphs()[source]
class LOD(value)[source]

An enumeration.

full = 'full'
none = 'none'
min = 'min'
parse_args() Dict[source]