1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 03:50:05 +08:00
SpaceVim/bundle/jedi-vim/pythonx/jedi/test/examples/inheritance/pkg/module.py

5 lines
44 B
Python
Raw Normal View History

2022-10-23 15:41:52 +08:00
class Bar:
def bar(self):
pass