Skip to content

Instantly share code, notes, and snippets.

@lsbardel
Created October 17, 2011 19:44
Show Gist options
  • Save lsbardel/1293574 to your computer and use it in GitHub Desktop.
Save lsbardel/1293574 to your computer and use it in GitHub Desktop.
def _getnone():
return None
class NonePickler(object):
def __reduce__(self):
return (_getnone,())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment