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

Method __getattr__

IPython/core/tests/test_oinspect.py:161–162  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

159 max_fibbing_twig[0] = max(max_fibbing_twig[0], lies_told)
160
161 def __getattr__(self, item):
162 return SerialLiar(self.max_fibbing_twig, self.lies_told + 1)
163
164#-----------------------------------------------------------------------------
165# Tests

Callers

nothing calls this directly

Calls 1

SerialLiarClass · 0.85

Tested by

no test coverage detected