MCPcopy Create free account
hub / github.com/pyload/pyload / load_bytecode

Method load_bytecode

module/lib/jinja2/bccache.py:123–128  ·  view source on GitHub ↗

Subclasses have to override this method to load bytecode into a bucket. If they are not able to find code in the cache for the bucket, it must not do anything.

(self, bucket)

Source from the content-addressed store, hash-verified

121 """
122
123 def load_bytecode(self, bucket):
124 """Subclasses have to override this method to load bytecode into a
125 bucket. If they are not able to find code in the cache for the
126 bucket, it must not do anything.
127 """
128 raise NotImplementedError()
129
130 def dump_bytecode(self, bucket):
131 """Subclasses have to override this method to write the bytecode

Callers 1

get_bucketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected