Package test_new_command


Functions

def new_bldr

Variables

string __author__ = "Sean Ross-Ross"
string __version__ = "Simple example v(3.2)"
dictionary defaults = { 'thr':0.1 }
tuple env = parse_args( )
list target = [ env.pop( 'target' ) ]
list source = [ env.pop( 'source' ) ]
list __all__ = [ 'NewOperatorScript' ]
tuple NewOperatorScript = add_to_slim_env( "NewOperatorScript", new_bldr )


Function Documentation

def test_new_command.new_bldr (   target,
  source,
  env 
)

Definition at line 20 of file test_new_command.py.


Variable Documentation

list __all__ = [ 'NewOperatorScript' ]

Definition at line 62 of file test_new_command.py.

string __author__ = "Sean Ross-Ross"

Definition at line 1 of file test_new_command.py.

string __version__ = "Simple example v(3.2)"

Definition at line 2 of file test_new_command.py.

dictionary defaults = { 'thr':0.1 }

Definition at line 16 of file test_new_command.py.

tuple env = parse_args( )

Definition at line 51 of file test_new_command.py.

tuple NewOperatorScript = add_to_slim_env( "NewOperatorScript", new_bldr )

Definition at line 67 of file test_new_command.py.

list source = [ env.pop( 'source' ) ]

Definition at line 55 of file test_new_command.py.

list target = [ env.pop( 'target' ) ]

Definition at line 54 of file test_new_command.py.


Generated on Sun Aug 10 09:11:13 2008 for SLIMpy by  doxygen 1.5.6