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

Class A

Lib/test/test_traceback.py:4195–4196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4193
4194 def test_suggestions_underscored(self):
4195 class A:
4196 bluch = None
4197
4198 self.assertIn("'.bluch'", self.get_suggestion(A(), 'blach'))
4199 self.assertIn("'.bluch'", self.get_suggestion(A(), '_luch'))

Calls

no outgoing calls