Package slimpy_base.Core.Command.Converter


Classes

class  ConstraintFunctions
 Class containing classmethod methods to use in the constraint definitions of plug-in commands. More...
class  MapFunctions
 methods for helping the mapping of generic SLIMpy commands to a specific plug-in command More...
class  TransformFunctions
 Helper methods for transformation of spaces to the resulting spaces of a command. More...
class  Converter
 class is subclass of 'ConstraintFunctions', 'MapFunctions' and 'TransformFunctions' for one convenience class More...

Functions

def all_in
 returns true if all of the strings in func_keys are also in command and the values of the keys are True --or-- if command does not have the key but the value is true in SLIMpy.GlobalVars

Variables

string __copyright__
 Class to be used by plug-ins.
string __license__
tuple __env__ = InstanceManager()


Function Documentation

def slimpy_base.Core.Command.Converter.all_in (   func_keys,
  command 
)

returns true if all of the strings in func_keys are also in command and the values of the keys are True --or-- if command does not have the key but the value is true in SLIMpy.GlobalVars

Definition at line 397 of file Converter.py.


Variable Documentation

string __copyright__

Initial value:

"""
Copyright 2008 Sean Ross-Ross
"""
Class to be used by plug-ins.

Definition at line 6 of file Converter.py.

Definition at line 31 of file Converter.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 9 of file Converter.py.


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