mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-25 10:34:00 +08:00
Forgot to add some test files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from .module import Bar
|
||||
|
||||
|
||||
class Foo(Bar):
|
||||
def foo(self):
|
||||
pass
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
class Bar:
|
||||
def bar(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user