Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
def
isinstance_checked(obj, cls):
300
try
:
301
return
isinstance(obj, cls)
302
except
:
303
return
False
304
305
306
class
ScopeRequest(object):
Callers
5
internal_get_variable_json
Function · 0.90
internal_change_variable_json
Function · 0.90
internal_evaluate_expression_json
Function · 0.90
_get_type
Method · 0.90
should_evaluate_full_value
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected