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