mypy
Here are 202 public repositories matching this topic...
With the recent bug-fix in #1463, I noticed a lack of tests directly testing UnionDefinition.get_type_resolver and the function that it returns. We should add these.
-
Updated
Dec 9, 2021 - Python
-
Updated
Dec 2, 2021
-
Updated
Dec 6, 2021 - Python
-
Updated
Dec 9, 2021 - Python
https://github.com/readthedocs/recommonmark#recommonmark
We should switch to myst: https://github.com/executablebooks/MyST-Parser
-
Updated
Dec 6, 2021 - Python
-
Updated
Dec 3, 2021 - Python
-
Updated
Nov 3, 2021 - Python
-
Updated
Nov 17, 2021 - Python
-
Updated
Dec 7, 2021 - Python
-
Updated
Feb 16, 2021 - Python
-
Updated
Dec 8, 2021 - Python
-
Updated
Mar 20, 2021 - Python
When we define a class like this:
def func():
...
class MyClass:
my_func = lambda self, arg: arg
# or
class MyAnotherClass:
my_func = funcThe coverage plugin will consider the my_func as coveraged without any tests.
This behavior is expected because for it the my_func is an attribute!
I think it will be great use the normal signature, this will en
-
Updated
Dec 9, 2021 - Python
-
Updated
Dec 6, 2021 - Python
-
Updated
Dec 6, 2021 - Java
-
Updated
Nov 1, 2021 - Python
-
Updated
Dec 2, 2021 - Python
-
Updated
Jun 19, 2020 - Python
-
Updated
Oct 8, 2019 - Vim script
Improve this page
Add a description, image, and links to the mypy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mypy topic, visit your repo's landing page and select "manage topics."
https://github.com/readthedocs/recommonmark#recommonmark
We should switch to
myst: https://github.com/executablebooks/MyST-Parser