Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_capi.py413 class PyList(base): class
428 L = PyList((L,))
433 self.assertGreater(PyList.num, 0)
435 self.assertEqual(PyList.num, 0)
/third_party/python/Tools/gdb/
Dlibpython.py1716 class PyList(gdb.Command): class
1794 PyList()