Package command_system :: Module dispatching :: Class Dispatcher
[hide private]
[frames] | no frames]

Type Dispatcher


Instance Methods [hide private]

Inherited from type: __call__, __cmp__, __delattr__, __getattribute__, __hash__, __new__, __repr__, __setattr__, __subclasses__, mro

Inherited from object: __init__, __reduce__, __reduce_ex__, __str__

Class Methods [hide private]
 
get_command(klass, host, name)
 
list_commands(klass, host)
 
register_commands(klass, container)
 
register_container(klass, container)
 
register_host(klass, host)
 
traverse_commands(klass, container)
Static Methods [hide private]
 
is_command(attribute)
 
is_root(ns)
Class Variables [hide private]
  commands = {}
  containers = {}
Properties [hide private]

Inherited from type: __base__, __bases__, __basicsize__, __dictoffset__, __flags__, __itemsize__, __mro__, __name__, __weakrefoffset__

Inherited from object: __class__

Method Details [hide private]

get_command(klass, host, name)
Class Method

 

is_command(attribute)
Static Method

 

is_root(ns)
Static Method

 

list_commands(klass, host)
Class Method

 

register_commands(klass, container)
Class Method

 

register_container(klass, container)
Class Method

 

register_host(klass, host)
Class Method

 

traverse_commands(klass, container)
Class Method

 

Class Variable Details [hide private]

commands

Value:
{}

containers

Value:
{}