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

Function internalcode

module/lib/jinja2/utils.py:153–156  ·  view source on GitHub ↗

Marks the function as internally used

(f)

Source from the content-addressed store, hash-verified

151
152
153def internalcode(f):
154 """Marks the function as internally used"""
155 internal_code.add(f.func_code)
156 return f
157
158
159def is_undefined(obj):

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected