Package Bio :: Module _py3k
[hide private]
[frames] | no frames]

Module _py3k

source code

Python 3 compatibility tools (PRIVATE).

Functions [hide private]
 
_bytes_to_string(b) source code
 
_string_to_bytes(s) source code
 
_as_unicode(s)
Turn a (byte) string or a unicode string into a (byte) string.
source code
 
_as_bytes(s)
Turn a (byte) string or a unicode string into a (byte) string.
source code
 
_as_string(s)
Turn a (byte) string or a unicode string into a (byte) string.
source code
 
_is_int_or_long(i)
Check if the value is an integer or long.
source code
Variables [hide private]
  __package__ = 'Bio'