Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d7304 commit 96e154dCopy full SHA for 96e154d
1 file changed
docs/source/faq.rst
@@ -234,6 +234,9 @@ Skin <http://shed-skin.blogspot.co.uk/>`_ are basically statically
234
typed subsets of Python. Mypy does the following important things
235
differently:
236
237
+- RPython is primarily designed for implementing virtual machines;
238
+ mypy is a general-purpose language.
239
+
240
- Mypy supports both static and dynamic typing. Dynamically typed and
241
statically typed code can be freely mixed and can interact
242
seamlessly.
0 commit comments