class documentation

class ParameterDefinition(object):

View In Hierarchy

The definition of a parameter in a hybrid function.
Method __init__ Undocumented
Method __unicode__ Return a printable representation.
Method parse Parse a parameter definition: [$0], {$x}, {$1!}...
Method read Read the parameter itself using the definition.
Class Variable parambrackets Undocumented
Instance Variable literal Undocumented
Instance Variable literalvalue Undocumented
Instance Variable name Undocumented
Instance Variable optional Undocumented
Instance Variable value Undocumented
def __init__(self):

Undocumented

def __unicode__(self):
Return a printable representation.
def parse(self, pos):
Parse a parameter definition: [$0], {$x}, {$1!}...
def read(self, pos, function):
Read the parameter itself using the definition.
parambrackets: list =

Undocumented

literal: bool =

Undocumented

literalvalue =

Undocumented

name =

Undocumented

optional: bool =

Undocumented

value =

Undocumented