Package command_system :: Package implementation :: Module execute :: Class Show
[hide private]
[frames] | no frames]

Class Show

source code


Nested Classes [hide private]

Inherited from framework.CommandContainer: __metaclass__

Instance Methods [hide private]
 
show(self, expression) source code

Inherited from Execute: execute

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]
 
terminated(cls, processor, popen) source code

Inherited from Execute: brush, fetch, monitor, overdue, poller, spawn

Static Methods [hide private]

Inherited from Execute: clean

Class Variables [hide private]

Inherited from Execute: AUTOMATIC, DIRECTORY, HOSTS, POLL_COUNT, POLL_INTERVAL

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

show(self, expression)

source code 
Decorators:
  • @command("sh", raw= True)
  • @doc(_("Execute expression inside a shell, send output"))

terminated(cls, processor, popen)
Class Method

source code 
Overrides: Execute.terminated