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

Method some_method

tests/test_dir2.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 raise KeyError("I should be caught")
49
50 def some_method(self):
51 return True
52
53 class SillierWithDir(MisbehavingGetattr):
54 def __dir__(self):

Calls

no outgoing calls

Tested by

no test coverage detected