Package nMOLDYN :: Package Core :: Module Preferences :: Class nMOLDYNPreferences
[hide private]
[frames] | no frames]

Class nMOLDYNPreferences

source code

object --+
         |
        nMOLDYNPreferences

Class whose attributes defines the nMOLDYN PREFERENCES variables.

This class is built on the Singleton principle. That means that one and just one instances of that class will be created.

Nested Classes [hide private]
  __Singleton
Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(c) source code
 
__getattr__(self, name) source code
 
__setattr__(self, name, val)
x.__setattr__('name', value) <==> x.name = value
source code

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

Class Variables [hide private]
  instance = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(c)

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

__setattr__(self, name, val)

source code 

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

Overrides: object.__setattr__
(inherited documentation)