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

Method get_dictionary

_pydevd_bundle/pydevd_resolver.py:739–744  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

737 return None
738
739 def get_dictionary(self, obj):
740 ret = {}
741 ret["__internals__"] = defaultResolver.get_dictionary(obj)
742 ret["stack"] = self.get_frame_stack(obj)
743 ret["f_locals"] = obj.f_locals
744 return ret
745
746 def get_frame_stack(self, frame):
747 ret = []

Callers

nothing calls this directly

Calls 2

get_frame_stackMethod · 0.95
get_dictionaryMethod · 0.45

Tested by

no test coverage detected