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

Class MyObject

tests_python/test_resolvers.py:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 default_resolver = DefaultResolver()
47
48 class MyObject(object):
49 def __init__(self):
50 self.a = 10
51 self.b = 20
52
53 obj = MyObject()
54 dictionary = clear_contents_dictionary(default_resolver.get_dictionary(obj))

Calls

no outgoing calls