Stubs and getting documentation #535
Unanswered
petrasvestartas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When I import python module there is no hints what are variables within imported modules even if you write description in nanobind.
What would be the way to get any information what is binded?
Example.
I bind a struct and import to python:
from .wood_nano_ext import GLOBALS
When I hit dot GLOBALS.anypropertyname there is nothing to see. You must type a keyword that you know.
Beta Was this translation helpful? Give feedback.
All reactions