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

Method __getattr__

tests/test_oinspect.py:181–182  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

179 max_fibbing_twig[0] = max(max_fibbing_twig[0], lies_told)
180
181 def __getattr__(self, item):
182 return SerialLiar(self.max_fibbing_twig, self.lies_told + 1)
183
184
185# -----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

SerialLiarClass · 0.85

Tested by

no test coverage detected