Home
last modified time | relevance | path

Searched refs:test_keywords (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_popen.py61 def test_keywords(self): member in PopenTest
Dtest_contextlib_async.py273 async def test_keywords(self): member in AsyncContextManagerTestCase
Dtest_zlib.py167 def test_keywords(self): member in CompressTestCase
247 def test_keywords(self): member in CompressObjectTestCase
Dclinic.test1978 test_keywords
1986 "test_keywords($module, /, a, b)\n"
1991 …{"test_keywords", (PyCFunction)(void(*)(void))test_keywords, METH_FASTCALL|METH_KEYWORDS, test_key…
1997 test_keywords(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
2001 static _PyArg_Parser _parser = {NULL, _keywords, "test_keywords", 0};
Dtest_contextlib.py214 def test_keywords(self): member in ContextManagerTestCase
Dtest_pydoc.py1391 def test_keywords(self): member in TestHelper
Dtest_os.py3277 def test_keywords(self): member in TestSendfile
Dtest_descr.py3007 def test_keywords(self): member in ClassPropertiesAndMethods
/third_party/python/Lib/distutils/tests/
Dtest_dist.py380 def test_keywords(self): member in MetadataTestCase
/third_party/python/Lib/lib2to3/tests/
Dtest_fixers.py2051 def test_keywords(self): member in Test_tuple_params