(self)
| 163 | self.assertIn('MyConfig', str(obj_weakref)) |
| 164 | |
| 165 | def test_basic_callback(self): |
| 166 | self.check_basic_callback(C) |
| 167 | self.check_basic_callback(create_function) |
| 168 | self.check_basic_callback(create_bound_method) |
| 169 | |
| 170 | @support.cpython_only |
| 171 | def test_cfunction(self): |
nothing calls this directly
no test coverage detected