Package orm2 :: Package util :: Class module_property
[hide private]
[frames] | no frames]

Class module_property

source code

object --+    
         |    
  property --+
             |
            module_property

Property class the will return the module object of the module the owning class was loaded from.

Instance Methods [hide private]
  __get__(self, dbobj, owner=None)

Inherited from property: __delete__, __getattribute__, __init__, __new__, __set__

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


Class Variables [hide private]

Inherited from property: fdel, fget, fset


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__get__(self, dbobj, owner=None)

source code 
Returns:
value

Overrides: property.__get__
(inherited documentation)