Home | Trees | Indices | Help |
|
---|
|
object --+ | NULLFlags
an interface to the BINARY2 NULL flags.
Construct it with the number of fields, then use
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
masks =
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
returns null bytes for nullMap, which is a sequence of booleans with Trues where the field is NULL. It is an error to pass in nullMaps with lengths!=nFields. |
returns null bytes for a row, which is a sequence of values. Everything that's None is flagged as NULL. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |