Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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))
Callers
5
test_object_resolver_simple
Function · 0.85
test_object_resolver_error
Function · 0.85
test_object_resolver_hasattr_error
Function · 0.85
test_object_resolver__dict__non_strings
Function · 0.85
test_django_forms_resolver
Function · 0.85
Calls
no outgoing calls
Tested by
5
test_object_resolver_simple
Function · 0.68
test_object_resolver_error
Function · 0.68
test_object_resolver_hasattr_error
Function · 0.68
test_object_resolver__dict__non_strings
Function · 0.68
test_django_forms_resolver
Function · 0.68