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.py64 def test_keywords(self): member in PopenTest
Dtest_zlib.py175 def test_keywords(self): member in CompressTestCase
255 def test_keywords(self): member in CompressObjectTestCase
Dclinic.test1921 test_keywords
1929 "test_keywords($module, /, a, b)\n"
1934 …{"test_keywords", (PyCFunction)(void(*)(void))test_keywords, METH_FASTCALL|METH_KEYWORDS, test_key…
1940 test_keywords(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
1944 static _PyArg_Parser _parser = {NULL, _keywords, "test_keywords", 0};
Dtest_contextlib_async.py286 async def test_keywords(self): member in AsyncContextManagerTestCase
Dtest_contextlib.py218 def test_keywords(self): member in ContextManagerTestCase
Dtest_pydoc.py1387 def test_keywords(self): member in TestHelper
Dtest_os.py3422 def test_keywords(self): member in TestSendfile
Dtest_descr.py3019 def test_keywords(self): member in ClassPropertiesAndMethods
/third_party/python/Lib/distutils/tests/
Dtest_dist.py381 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