MCPcopy Index your code
hub / github.com/ipython/ipython / copy

Method copy

tests/test_guarded_eval.py:312–313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

310 return HeapType()
311
312 def copy(self) -> "StringAnnotation":
313 return StringAnnotation()
314
315
316CustomIntType = NewType("CustomIntType", int)

Calls 1

StringAnnotationClass · 0.85

Tested by

no test coverage detected