Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
153
def
internalcode(f):
154
""
"Marks the function as internally used"
""
155
internal_code.add(f.func_code)
156
return
f
157
158
159
def
is_undefined(obj):
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected