Package slimpy_base.Core.Command.Command


Classes

class  Command
 Base command to be run by a SLIMDataStructure takes a function to be run, a tuple and a dict object on the run method being called will run the function with the given arguments. More...

Variables

string __copyright__
 class uses functional closure to build and execute function stores callable functions and arguments to be called by the run method
string __license__


Variable Documentation

string __copyright__

Initial value:

"""
Copyright 2008 Sean Ross-Ross
"""
class uses functional closure to build and execute function stores callable functions and arguments to be called by the run method

Definition at line 8 of file Command.py.

string __license__

Initial value:

"""
This file is part of SLIMpy .

SLIMpy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SLIMpy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with SLIMpy . If not, see <http://www.gnu.org/licenses/>.
"""

Definition at line 11 of file Command.py.


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