Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_pyclbr.py182 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/
Dtest_browser.py66 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/
Dpyclbr.py94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): function