| |
Methods defined here:
- __eq__(self, other)
- Make Status comparable with self by code
- __init__(self, code=0, message=None)
- Initialize self. See help(type(self)) for accurate signature.
- __ne__(self, other)
- Return self!=value.
- __repr__(self)
- Return repr(self).
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- CONNECT_FAILED = 1
- ILLEGAL_ARGUMENT = 4
- ILLEGAL_DIMENSION = 6
- ILLEGAL_RANGE = 5
- PERMISSION_DENIED = 2
- SUCCESS = 0
- TABLE_NOT_EXISTS = 3
- __hash__ = None
|