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

Class Awkward

tests/test_oinspect.py:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147
148class Awkward(object):
149 def __getattr__(self, name):
150 raise Exception(name)
151
152
153class NoBoolCall:

Callers 1

test_info_awkwardFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_info_awkwardFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…