(self)
| 1086 | |
| 1087 | @cpython_only |
| 1088 | def test_disallow_instantiation(self): |
| 1089 | # Ensure that the type disallows instantiation (bpo-43916) |
| 1090 | check_disallow_instantiation(self, unicodedata.UCD) |
| 1091 | |
| 1092 | @force_not_colorized |
| 1093 | def test_failed_import_during_compiling(self): |
nothing calls this directly
no test coverage detected