Module APCScheduler :: Class MyConf
[hide private]
[frames] | no frames]

Class MyConf

source code


Personnal configuration for APCScheduler with design pattern Singleton

Nested Classes [hide private]
  __Singleton
Instance Methods [hide private]
 
__getattr__(self, attr) source code
 
__setattr__(self, attr, val)
x.__setattr__('name', value) <==> x.name = value
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls) source code
Class Variables [hide private]
  instance = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls)
Static Method

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)

__setattr__(self, attr, val)

source code 

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

Overrides: object.__setattr__
(inherited documentation)