Searched refs:_nest_class (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
D | test_pyclbr.py | 182 c1 = mb._nest_class(f0, 'c1', 5, 5) 185 C1 = mb._nest_class(C0, 'C1', 11, 14) 186 C2 = mb._nest_class(C1, 'C2', 12, 14)
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_browser.py | 66 C1 = mb._nest_class(C0, 'C1', 6, 9, ['']) 67 C2 = mb._nest_class(C1, 'C2', 7, 9) 72 c1 = mb._nest_class(f0, 'c1', 15, 15)
|
/third_party/python/Lib/ |
D | pyclbr.py | 94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): function
|