typeshed Questions

1

I am integrating mypy on a existing codebase(using django, drf frameworks). Sample code in view.py: from rest_framework.permissions import IsAdminUser, IsAuthenticatedOrReadOnly @api_view() @per...
Wellman asked 3/12, 2019 at 13:50

1

Solved

I build a compiled Python extension (.pyd file) with C++ and pybind11. I would like to generate a single Python interface .pyi file for my .pyd file. There are a few similar questions referring to...
Linn asked 27/6, 2018 at 7:55
1

© 2022 - 2024 — McMap. All rights reserved.