MCPcopy Index your code
hub / github.com/pyload/pyload / bytecode_to_string

Method bytecode_to_string

module/lib/jinja2/bccache.py:87–91  ·  view source on GitHub ↗

Return the bytecode as string.

(self)

Source from the content-addressed store, hash-verified

85 self.load_bytecode(StringIO(string))
86
87 def bytecode_to_string(self):
88 """Return the bytecode as string."""
89 out = StringIO()
90 self.write_bytecode(out)
91 return out.getvalue()
92
93
94class BytecodeCache(object):

Callers 1

dump_bytecodeMethod · 0.80

Calls 2

write_bytecodeMethod · 0.95
getvalueMethod · 0.80

Tested by

no test coverage detected