Home
last modified time | relevance | path

Searched refs:check_disallow_instantiation (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Lib/test/
Dtest_select.py91 support.check_disallow_instantiation(self, type(select.poll()))
94 support.check_disallow_instantiation(self, type(select.devpoll()))
Dtest_unicodedata.py15 cpython_only, check_disallow_instantiation)
232 check_disallow_instantiation(self, unicodedata.UCD)
Dtest_tcl.py747 support.check_disallow_instantiation(self, _tkinter.Tcl_Obj)
748 support.check_disallow_instantiation(self, _tkinter.TkttType)
749 support.check_disallow_instantiation(self, _tkinter.TkappType)
Dtest_dbm_gnu.py34 support.check_disallow_instantiation(self, type(self.g))
Dtest_hashlib.py927 support.check_disallow_instantiation(self, type(h))
932 support.check_disallow_instantiation(self, HASH)
933 support.check_disallow_instantiation(self, HASHXOF)
Dtest_hmac.py9 from test.support import hashlib_helper, check_disallow_instantiation
442 check_disallow_instantiation(self, C_HMAC)
Dtest_zlib.py135 support.check_disallow_instantiation(self, type(zlib.compressobj()))
136 support.check_disallow_instantiation(self, type(zlib.decompressobj()))
Dtest_curses.py10 check_disallow_instantiation)
1056 check_disallow_instantiation(self, type(panel))
Dtest_re.py3 check_disallow_instantiation)
2220 check_disallow_instantiation(self, re.Match)
2221 check_disallow_instantiation(self, re.Pattern)
2223 check_disallow_instantiation(self, type(pat.scanner("")))
Dtest_embed.py1549 support.check_disallow_instantiation(self, type(printer))
Dtest_threading.py130 test.support.check_disallow_instantiation(self, type(lock))
Dtest_array.py46 support.check_disallow_instantiation(
Dtest_functools.py955 support.check_disallow_instantiation(
Dtest_ssl.py364 support.check_disallow_instantiation(self, _ssl.Certificate)
/third_party/python/Lib/sqlite3/test/
Ddbapi.py29 from test.support import check_disallow_instantiation, SHORT_TIMEOUT
99 check_disallow_instantiation(self, type(cx("select 1")))
/third_party/python/Lib/test/support/
D__init__.py2024 def check_disallow_instantiation(testcase, tp, *args, **kwds): function
/third_party/python/Doc/library/
Dtest.rst931 .. function:: check_disallow_instantiation(test_case, tp, *args, **kwds)