MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / ComplexValue

Class ComplexValue

tests/test_completion.py:926–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 """Test that deepcopy of a CompletionItem preserves identity of its members."""
925
926 class ComplexValue:
927 pass
928
929 value = ComplexValue()
930 table_data = (ComplexValue(),)

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…