Skip to content
#

mypy

Here are 129 public repositories matching this topic...

thepabloaguilar
thepabloaguilar commented Jul 11, 2020

When we define a class like this:

def func():
    ...

class MyClass:
    my_func = lambda self, arg: arg

# or
class MyAnotherClass:
    my_func = func

The 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

neomatrix369
neomatrix369 commented Oct 17, 2020

Just like I have this issue on neomatrix369/awesome-ai-ml-dl#54, I have found a way to manually check for deadlinks in all of my markdown files in a repo.

I think there should be something that looks for such links in .rst and other document files as well.

When we find out, it would be good to add it to the pre-commit CI/CD GH action.

Can also be added to t

Improve this page

Add a description, image, and links to the mypy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mypy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.