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

Class MyObj

tests_python/test_safe_repr.py:611–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609 if not use_str:
610
611 class MyObj(object):
612 def __repr__(self):
613 return params["input"]
614
615 safe_repr_input = MyObj()
616 else:

Callers 1

test_py3_str_slicingFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_py3_str_slicingFunction · 0.68