Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_copy_reg.py23 class WithInherited(WithSingleString): class
111 result = copy_reg._slotnames(WithInherited)
/external/python/cpython3/Lib/test/
Dtest_copyreg.py22 class WithInherited(WithSingleString): class
110 result = copyreg._slotnames(WithInherited)