mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-01 05:56:50 +08:00
6 lines
80 B
Python
6 lines
80 B
Python
import recurse_class2
|
|
|
|
class C(recurse_class2.C):
|
|
def a(self):
|
|
pass
|