Package pyamf :: Package util :: Module imports :: Class LazyModule
[hide private]
[frames] | no frames]

Class LazyModule

source code


Instance Methods [hide private]
 
__init__(self, name, file, path=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__getattribute__(self, attr)
x.__getattribute__('name') <==> x.name
source code
 
__setattr__(self, attr, value)
x.__setattr__('name', value) <==> x.name = value
source code

Inherited from ModuleType: __delattr__, __new__, __repr__

Inherited from object: __hash__, __reduce__, __reduce_ex__, __str__

Class Variables [hide private]
  __reserved_attrs__ = ('__name__', '__file__', '__path__')
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, file, path=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__getattribute__(self, attr)

source code 

x.__getattribute__('name') <==> x.name

Overrides: object.__getattribute__
(inherited documentation)

__setattr__(self, attr, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)