Skip to content

Instantly share code, notes, and snippets.

@x4317350
x4317350 / pymarshal.py
Created June 14, 2017 02:10 — forked from fate0/pymarshal.py
onmyoji: test
import types
import cStringIO
TYPE_NULL = '0'
TYPE_NONE = 'N'
TYPE_FALSE = 'F'
TYPE_TRUE = 'T'
TYPE_STOPITER = 'S'
TYPE_ELLIPSIS = '.'
TYPE_INT = 'i'