MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / isroutine

Method isroutine

_pydevd_bundle/pydevd_resolver.py:786–787  ·  view source on GitHub ↗
(self, object)

Source from the content-addressed store, hash-verified

784 return False
785
786 def isroutine(self, object):
787 return False
788
789
790try:

Callers 4

_get_dictionaryFunction · 0.80
_get_py_dictionaryMethod · 0.80
get_var_scopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected