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

Class A

tests/test_completer.py:278–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 ip = get_ipython()
277
278 class A:
279 pass
280
281 ip.user_ns["x"] = A()
282

Calls

no outgoing calls