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

Class Awkward

IPython/core/tests/test_oinspect.py:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130class Awkward(object):
131 def __getattr__(self, name):
132 raise Exception(name)
133
134class NoBoolCall:
135 """

Callers 1

test_info_awkwardFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_info_awkwardFunction · 0.68