Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_select.py96 support.check_disallow_instantiation(self, type(select.poll()))
99 support.check_disallow_instantiation(self, type(select.devpoll()))
H A Dtest_tcl.py665 support.check_disallow_instantiation(self, _tkinter.Tcl_Obj)
666 support.check_disallow_instantiation(self, _tkinter.TkttType)
667 support.check_disallow_instantiation(self, _tkinter.TkappType)
H A Dtest_unicodedata.py15 cpython_only, check_disallow_instantiation,
240 check_disallow_instantiation(self, unicodedata.UCD)
H A Dtest_dbm_gnu.py34 support.check_disallow_instantiation(self, type(self.g))
H A Dtest_hashlib.py973 support.check_disallow_instantiation(self, type(h))
978 support.check_disallow_instantiation(self, HASH)
979 support.check_disallow_instantiation(self, HASHXOF)
H A Dtest_hmac.py9 from test.support import hashlib_helper, check_disallow_instantiation namespace
452 check_disallow_instantiation(self, C_HMAC)
H A Dtest_zlib.py165 support.check_disallow_instantiation(self, type(zlib.compressobj()))
166 support.check_disallow_instantiation(self, type(zlib.decompressobj()))
H A Dtest_csv.py13 from test.support import warnings_helper, import_helper, check_disallow_instantiation namespace
1398 check_disallow_instantiation(self, tp)
H A Dtest_curses.py10 check_disallow_instantiation)
1061 check_disallow_instantiation(self, type(panel))
H A Dtest_re.py3 check_disallow_instantiation, is_emscripten, is_wasi,
2688 check_disallow_instantiation(self, re.Match)
2689 check_disallow_instantiation(self, re.Pattern)
2691 check_disallow_instantiation(self, type(pat.scanner("")))
H A Dtest_threading.py158 test.support.check_disallow_instantiation(self, type(lock))
H A Dtest_embed.py1820 support.check_disallow_instantiation(self, type(printer))
H A Dtest_array.py47 support.check_disallow_instantiation(
H A Dtest_functools.py955 support.check_disallow_instantiation(
H A Dtest_ssl.py365 support.check_disallow_instantiation(self, _ssl.Certificate)
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py33 SHORT_TIMEOUT, bigmemtest, check_disallow_instantiation, requires_subprocess,
347 check_disallow_instantiation(self, type(cx("select 1")))
348 check_disallow_instantiation(self, sqlite.Blob)
/third_party/python/Lib/test/support/
H A D__init__.py48 "check_disallow_instantiation", "check_sanitizer", "skip_if_sanitizer",
2151 def check_disallow_instantiation(testcase, tp, *args, **kwds): function

Completed in 37 milliseconds