Package PyML :: Package base :: Module pymlObject :: Class PyMLobject
[hide private]
[frames] | no frames]

Class PyMLobject

source code

object --+
         |
        PyMLobject

Instance Methods [hide private]
 
__init__(self, arg, **args)
Takes care of keyword arguments that are defined in the attributes class attribute
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

Takes care of keyword arguments that are defined in the attributes class attribute

Overrides: object.__init__