typeshed
typeshed copied to clipboard
Add jsonnet stubs
I used discrete types rather than abstract. Tuple is strictly required but I do not know if PyDict_* API can accept Mapping. I assume no so it's left as dict here. Same for list vs Collection when using the PyList_* API.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
Sorry for the delay!
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉