mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-23 20:31:48 +08:00
Forgot to add some test files
This commit is contained in:
4
test/examples/inheritance/pkg/module.py
Normal file
4
test/examples/inheritance/pkg/module.py
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
class Bar:
|
||||
def bar(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user