Replies: 1 comment 3 replies
-
There is Nanobind also converts this into a type signature, but not a standards compliant one. The state of affairs here is unsatisfactory because the official type toolkits (MyPy extensions, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was wondering what's the best way to support ArrayLike as input objects in nanobind bindings? Using a generic
nanobind::object()
doesn't give hints about the expected type of an argument so it's not ideal.Beta Was this translation helpful? Give feedback.
All reactions