MCPcopy Create free account
hub / github.com/nodejs/node / marshal_load

Function marshal_load

tools/inspector_protocol/jinja2/bccache.py:42–45  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

40 f.write(marshal.dumps(code))
41
42 def marshal_load(f):
43 if isinstance(f, file):
44 return marshal.load(f)
45 return marshal.loads(f.read())
46
47
48bc_version = 3

Callers 1

load_bytecodeMethod · 0.85

Calls 2

loadMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected