Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-496923.py
File
recipe-496923.py
recipes/Python/496923_Marshal_unicode_strings/recipe-496923.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
----- unicodemarshal.py -----
2
from
xml.marshal
import
generic
3
4
class
UnicodeMarshaller(generic.Marshaller):
Callers
nothing calls this directly
Calls
7
openUTF8File
Function · 0.85
UnicodeMarshaller
Class · 0.85
UnicodeUnmarshaller
Class · 0.85
open
Method · 0.45
dump
Method · 0.45
close
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected