| 1425 | public: |
| 1426 | explicit args_proxy(handle h) : handle(h) {} |
| 1427 | kwargs_proxy operator*() const { return kwargs_proxy(*this); } |
| 1428 | }; |
| 1429 | |
| 1430 | /// Python argument categories (using PEP 448 terms) |
nothing calls this directly
no test coverage detected