Closed
Description
Currently the implementation does not use packages, because the Python translator does not support them yet (#24). Refactor the implementation to use packages.
The first step could be to translate all modules m into modules mypy.m (e.g. mypy.build). Later on, we could use a deeper hierarchy (e.g. mypy.checker.expressions, mypy.transform.functions).
Also rename mtypes to mypy.types (the name mtypes was used to avoid name clash with the types module).
Metadata
Metadata
Assignees
Labels
No labels