mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +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