Package Bio :: Package GenBank :: Module LocationParser :: Class UnsignedInteger
[hide private]
[frames] | no frames]

Class UnsignedInteger

source code

object --+    
         |    
   Integer --+
             |
            UnsignedInteger

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code

Inherited from Integer: __cmp__, __init__, __str__

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

Class Variables [hide private]
  type = 'unsigned_integer'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)