Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_descr.py1891 class DProxy(object): class
1910 p0 = DProxy(0)
1911 p1 = DProxy(1)
1912 p_1 = DProxy(-1)
1925 p10 = DProxy(range(10))