Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fabioz/PyDev.Debugger
/ CustomTuple
Class
CustomTuple
tests_python/test_resolvers.py:321–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
tuple_resolver = TupleResolver()
320
321
class
CustomTuple(tuple):
322
pass
323
324
my_tuple = CustomTuple([1, 2])
325
my_tuple.some_value = 10
Callers
1
test_tuple_resolver_mixed
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_tuple_resolver_mixed
Function · 0.68