OpenGLContext.loaders.gzpickle
index
/home/mcfletch/pylive/OpenGLContext/loaders/gzpickle.py

GZipped pickle format

 
Modules
       
gzip
pickle

 
Functions
       
StringIO(...)
StringIO([s]) -- Return a StringIO-like stream for reading or writing
dump(object, fileobj)
Given a scenegraph and a filename or file object, dump to file
dumps(object)
Return a zipped pickle of the object as a string
load(file)
Give a file or filename, load as a gzpickle file
loads(data)
Given a _gzipped_ pickle of the object, return the object

 
Data
        __file__ = '/home/mcfletch/pylive/OpenGLContext/loaders/gzpickle.py'
__name__ = 'OpenGLContext.loaders.gzpickle'
__package__ = 'OpenGLContext.loaders'
filename_extensions = ['.pkl', '.pkl.gz']