Skip to content
#

typing

Here are 316 public repositories matching this topic...

ksamuel
ksamuel commented Apr 4, 2020

I'm currently trying to type an API using the signal module. At some point, we pass a callback that has the type signal._Handler (see: https://github.com/python/typeshed/blob/master/stdlib/3/signal.pyi#L73), which is not in the signal module, but in typeshed.

If I try to import it, I get an error, and I could not find the proper way to do so in the documentation.

rchen152
rchen152 commented Apr 23, 2020

The in-progress dev docs have a section on developer workflow: https://google.github.io/pytype/developers/index.html. We also have https://github.com/google/pytype/blob/master/CONTRIBUTING.md. They read like standalone docs with no knowledge of each other and contain different, occasionally overlapping (but at least not contradicting, I think) information. We should coordinate them in some way so

bug

Improve this page

Add a description, image, and links to the typing 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 typing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.