mirror of
https://github.com/davidhalter/jedi.git
synced 2026-07-20 05:40:27 +08:00
4 lines
45 B
Python
4 lines
45 B
Python
class MyBase:
|
|
def f1(self):
|
|
pass
|