MCPcopy 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
270def is_builtin(x):
271 return getattr(x, "__module__", None) == BUILTINS_MODULE_NAME
272
273
274def should_evaluate_full_value(val):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected