Searched refs:HVGrid (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 940 class HVGrid(HorizontalGrid, VerticalGrid): pass class 943 type, "ConfusedGrid", (HVGrid, VHGrid), {})
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 995 class HVGrid(HorizontalGrid, VerticalGrid): pass class 998 type, "ConfusedGrid", (HVGrid, VHGrid), {})
|