| 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')) |
no outgoing calls