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

Method get_dictionary

_pydevd_bundle/pydevd_resolver.py:419–423  ·  view source on GitHub ↗
(self, _self, fmt=None)

Source from the content-addressed store, hash-verified

417 return ret
418
419 def get_dictionary(self, _self, fmt=None):
420 dct = {}
421 for key, obj, _ in self.get_contents_debug_adapter_protocol(self, fmt):
422 dct[key] = obj
423 return dct
424
425 def resolve(self, attribute):
426 from_i, to_i = attribute[1:-1].split(":")

Callers 11

get_dictionaryMethod · 0.45
get_dictionaryMethod · 0.45
get_dictionaryMethod · 0.45
get_dictionaryMethod · 0.45
get_dictionaryMethod · 0.45
get_dictionaryMethod · 0.45
resolveMethod · 0.45
get_dictionaryMethod · 0.45

Tested by

no test coverage detected