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