Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py2008 class DProxy(object): class
2027 p0 = DProxy(0)
2028 p1 = DProxy(1)
2029 p_1 = DProxy(-1)
2042 p10 = DProxy(range(10))