Package grassyknoll :: Package serial :: Module PlainSerial
[hide private]

Module PlainSerial

source code

Code to convert to/from pprint and basic Python types.

Functions [hide private]
 
dumps(obj, **kwargs) source code
 
loads(s, **kwargs) source code
Variables [hide private]
  MIMETYPES = set(["text/plain",])