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

Method test_disallow_instantiation

Lib/test/test_unicodedata.py:1088–1090  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected