MPNG::MPNG_STAGE Class Reference
List of all members.
Detailed Description
Definition at line 34 of file MPNG.py.
Member Function Documentation
def MPNG::MPNG_STAGE::__init__ |
( |
|
self, |
|
|
|
ndm, |
|
|
|
cur, |
|
|
|
rdr | |
|
) |
| | |
Definition at line 36 of file MPNG.py.
00036 :
00037 self._ndm = ndm.copy( )
00038 self._cur = cur
00039 self._rdr = rdr.copy( )
00040 return
00041
def type( self ):
def MPNG::MPNG_STAGE::__str__ |
( |
|
self |
) |
|
Definition at line 46 of file MPNG.py.
00046 :
00047 c = "%s" % self._cur
00048 n = "%s" % self._ndm.num( )
00049 d = "%s" % self._ndm.den( )
00050 m = "%s" % self._ndm.mul( )
00051 return "%s, %s, %s, %s" % ( c, n, d, m )
00052
def value( self ):
def MPNG::MPNG_STAGE::type |
( |
|
self |
) |
|
Definition at line 42 of file MPNG.py.
00042 :
00043
00044 return "MPNG_STAGE"
00045
def __str__( self ):
def MPNG::MPNG_STAGE::value |
( |
|
self |
) |
|
The documentation for this class was generated from the following file: