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

Method dump_bytecode

module/lib/jinja2/bccache.py:276–280  ·  view source on GitHub ↗
(self, bucket)

Source from the content-addressed store, hash-verified

274 bucket.bytecode_from_string(code)
275
276 def dump_bytecode(self, bucket):
277 args = (self.prefix + bucket.key, bucket.bytecode_to_string())
278 if self.timeout is not None:
279 args += (self.timeout,)
280 self.client.set(*args)

Callers

nothing calls this directly

Calls 2

bytecode_to_stringMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected