MCPcopy Index your code
hub / github.com/python/cpython / B

Class B

Lib/test/test_traceback.py:4203–4206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4201
4202 attr_function = self.attr_function
4203 class B:
4204 _bluch = None
4205 def method(self, name):
4206 attr_function(self, name)
4207
4208 self.assertIn("'._bluch'", self.get_suggestion(B(), '_blach'))
4209 self.assertIn("'._bluch'", self.get_suggestion(B(), '_luch'))

Calls

no outgoing calls