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

Method get_dictionary

_pydevd_bundle/pydevd_resolver.py:703–706  ·  view source on GitHub ↗
(self, var)

Source from the content-addressed store, hash-verified

701# =======================================================================================================================
702class DequeResolver(TupleResolver):
703 def get_dictionary(self, var):
704 d = TupleResolver.get_dictionary(self, var)
705 d["maxlen"] = getattr(var, "maxlen", None)
706 return d
707
708
709# =======================================================================================================================

Callers

nothing calls this directly

Calls 1

get_dictionaryMethod · 0.45

Tested by

no test coverage detected