Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ is_builtin
Function
is_builtin
_pydevd_bundle/pydevd_xml.py:270–271 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
268
269
270
def
is_builtin(x):
271
return
getattr(x,
"__module__"
, None) == BUILTINS_MODULE_NAME
272
273
274
def
should_evaluate_full_value(val):
Callers
1
should_evaluate_full_value
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected