Package dbf :: Module ver_2 :: Class Int8
[hide private]
[frames] | no frames]

Class Int8

source code

object --+        
         |        
 BytesType --+    
             |    
  IntBytesType --+
                 |
                Int8

1-byte integer

Instance Methods [hide private]

Inherited from IntBytesType: __init__, from_bytes, to_bytes

Inherited from BytesType: __get__, __set__

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

Class Variables [hide private]
  size = 1
  code = 'B'
Properties [hide private]

Inherited from object: __class__