Files
jedi/test/examples
Dave Halter 4b276bae87 The import resolution for namespace packages was wrong
With this change we can now include all parents of the script, which will make
relative imports always work.

Now the whole meta_path is scanned and not just importlib's PathFinder.

Fixes #1183.
2018-07-21 00:16:10 +02:00
..
2018-01-30 00:08:17 +01:00
2018-01-30 00:08:17 +01:00

Examples
========

Here you can find project structures that match other Python projects. This is
then used to check if jedi understands these structures.