Package solvcon :: Module gendata
[hide private]
[frames] | no frames]

Module gendata

source code

Generic data structures.

Classes [hide private]
  AttributeDict
Dictionary form which key can be assessed as attribute.
  DefaultDict
Dictionary with default values.
  SingleAssignDict
Dictionary in which key/value can only be assigned once.
  TypeNameRegistry
Registry class for the name of types.
  Timer
Timer dictionary with increase method.
  TypeWithBinder
Meta class to make classes with ctypes pointers or containers with ctypes pointers.
Functions [hide private]
 
bind(self)
Set up pointers.
source code
 
unbind(self)
Release pointer.
source code
Variables [hide private]
  is_bound
Determine if all the pointers are fully bound.
  is_unbound
Determine if all the pointers are fully unbound.
  __package__ = None
hash(x)
Function Details [hide private]

bind(self)

source code 

Set up pointers. All attributes which are pointers have to be initialized here.


Variables Details [hide private]

is_bound

Determine if all the pointers are fully bound.

Get Method:
unreachable.is_bound(self) - Determine if all the pointers are fully bound.

is_unbound

Determine if all the pointers are fully unbound.

Get Method:
unreachable.is_unbound(self) - Determine if all the pointers are fully unbound.