Package solvcon :: Package tests :: Module test_solver :: Class CustomBaseSolver
[hide private]
[frames] | no frames]

Class CustomBaseSolver

source code

       object --+    
                |    
solver.BaseSolver --+
                    |
                   CustomBaseSolver

Nested Classes [hide private]

Inherited from solver.BaseSolver: __metaclass__, _exedatatype_

Instance Methods [hide private]
 
__init__(self, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
bind(self)
Put everything that cannot be pickled, such as file objects, ctypes pointers, etc., into self.
source code

Inherited from solver.BaseSolver: dump, exhaust, final, init, march, postloop, preloop, provide, unbind

Inherited from solver.BaseSolver (private): _set_time, _tcall

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

Static Methods [hide private]

Inherited from solver.BaseSolver: detect_ncore

Class Variables [hide private]

Inherited from solver.BaseSolver: MESG_FILENAME_DEFAULT, MMNAMES, _pointers_

Inherited from solver.BaseSolver (private): _clib_solve

Properties [hide private]

Inherited from solver.BaseSolver: fpdtype, fpdtypestr, fpptr, is_bound, is_unbound

Inherited from solver.BaseSolver (private): _clib_solvcon

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

bind(self)

source code 

Put everything that cannot be pickled, such as file objects, ctypes pointers, etc., into self.

Returns:
nothing
Overrides: solver.BaseSolver.bind
(inherited documentation)