Home
last modified time | relevance | path

Searched refs:PyList (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py566 class PyList(base): class
567 # Count the number of PyList instances to verify that there is
581 L = PyList((L,))
586 self.assertGreater(PyList.num, 0)
588 self.assertEqual(PyList.num, 0)
/third_party/python/Tools/gdb/
H A Dlibpython.py1886 class PyList(gdb.Command): class
1964 PyList()

Completed in 10 milliseconds