Package multivac :: Class TagProject
[hide private]
[frames] | no frames]

Class TagProject

source code


Mapping class for the table «tagproject».

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Constructor for TagProject instances.
source code
str
__repr__(self)
Returns a printable representation of this instance.
source code
str
__str__(self)
Coerces this instance to a string.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

Constructor for TagProject instances. Ensures that the «name» field is specified.

Parameters:
  • args (tuple) - Optional arguments to the constructor
  • kwargs (dict) - Optional keyword arguments to the constructor
Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

Returns a printable representation of this instance.

Returns: str
A descriptive string containing most of this instance fields
Overrides: object.__repr__

__str__(self)
(Informal representation operator)

source code 

Coerces this instance to a string.

Returns: str
The name and value fields
Overrides: object.__str__