mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-12 07:21:40 +08:00
namespace package tests, #122
This commit is contained in:
1
test/namespace_package/ns1/pkg/__init__.py
Normal file
1
test/namespace_package/ns1/pkg/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
foo = 'ns1!'
|
||||
1
test/namespace_package/ns1/pkg/ns1_file.py
Normal file
1
test/namespace_package/ns1/pkg/ns1_file.py
Normal file
@@ -0,0 +1 @@
|
||||
foo = 'ns1_file!'
|
||||
1
test/namespace_package/ns1/pkg/ns1_folder/__init__.py
Normal file
1
test/namespace_package/ns1/pkg/ns1_folder/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
foo = 'ns1_folder!'
|
||||
1
test/namespace_package/ns2/pkg/ns2_file.py
Normal file
1
test/namespace_package/ns2/pkg/ns2_file.py
Normal file
@@ -0,0 +1 @@
|
||||
foo = 'ns2_file!'
|
||||
1
test/namespace_package/ns2/pkg/ns2_folder/__init__.py
Normal file
1
test/namespace_package/ns2/pkg/ns2_folder/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
foo = 'ns2_folder!'
|
||||
@@ -0,0 +1 @@
|
||||
foo = 'nested!'
|
||||
Reference in New Issue
Block a user