Go to the source code of this file.
Namespaces | |
namespace | 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() |