File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -167,16 +167,6 @@ features will be supported in a restricted form (for example, runtime
167
167
modification is only supported for classes or methods registered as
168
168
dynamic or 'patchable').
169
169
170
- How is mypy different from PyPy?
171
- ********************************
172
-
173
- *This answer relates to PyPy as a Python implementation. See also the answer related to RPython below. *
174
-
175
- Mypy and PyPy are orthogonal. Mypy does static type checking, i.e. it
176
- is basically a linter, but static typing has no runtime effect,
177
- whereas the PyPy is an Python implementation. You can use PyPy to run
178
- mypy programs.
179
-
180
170
How is mypy different from Cython?
181
171
**********************************
182
172
You can’t perform that action at this time.
0 commit comments