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

Function isinstance_checked

_pydevd_bundle/pydevd_utils.py:299–303  ·  view source on GitHub ↗
(obj, cls)

Source from the content-addressed store, hash-verified

297
298
299def isinstance_checked(obj, cls):
300 try:
301 return isinstance(obj, cls)
302 except:
303 return False
304
305
306class ScopeRequest(object):

Callers 5

_get_typeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected