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

Method dump_bytecode

module/lib/jinja2/bccache.py:130–135  ·  view source on GitHub ↗

Subclasses have to override this method to write the bytecode from a bucket back to the cache. If it unable to do so it must not fail silently but raise an exception.

(self, bucket)

Source from the content-addressed store, hash-verified

128 raise NotImplementedError()
129
130 def dump_bytecode(self, bucket):
131 """Subclasses have to override this method to write the bytecode
132 from a bucket back to the cache. If it unable to do so it must not
133 fail silently but raise an exception.
134 """
135 raise NotImplementedError()
136
137 def clear(self):
138 """Clears the cache. This method is not used by Jinja2 but should be

Callers 1

set_bucketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected