class documentation

class File(Argument): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method coerce Convert the value to the correct format.

Inherited from Argument:

Method add​Hints Undocumented
Method get​Hint Undocumented
Method get​Long​Description Undocumented
Method get​Short​Description Undocumented
Class Variable default​Default Undocumented
Instance Variable allow​None Undocumented
Instance Variable default Undocumented
Instance Variable hints Undocumented
Instance Variable long​Desc Undocumented
Instance Variable name Undocumented
Instance Variable short​Desc Undocumented
def __init__(self, name, allowNone=1, shortDesc=None, longDesc=None, hints=None): (source)
def coerce(self, file): (source)
Convert the value to the correct format.