MCPcopy Create free account
hub / github.com/ipython/ipython / A

Class A

IPython/core/tests/test_completer.py:167–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 ip = get_ipython()
166
167 class A:
168 pass
169
170 ip.user_ns["x"] = A()
171

Calls

no outgoing calls