mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
6 lines
87 B
Python
6 lines
87 B
Python
from . import recurse_class2
|
|
|
|
class C(recurse_class2.C):
|
|
def a(self):
|
|
pass
|