typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Add jsonnet stubs

Open Tatsh opened this issue 6 months ago • 2 comments

Python API

_jsonnet.c

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.

Tatsh avatar Jun 10 '25 00:06 Tatsh

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 10 '25 01:06 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jun 10 '25 03:06 github-actions[bot]

Sorry for the delay!

srittau avatar Jul 07 '25 15:07 srittau

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 07 '25 15:07 github-actions[bot]