Replies: 1 comment
-
|
There was some initial work at generating Python reference docs but it's still not complete. In the meantime you can use some combination of: the Python tests and example files, the C++ docs, looking at the bindings to see the Python counterparts for any given C++ construct (the translation is pretty obvious / straightforward), and poking around with Python type completions / dir() calls in a REPL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't seem to find the user manual for pyslang in the slang web page, so what should I refer to if I want to use pyslang?
Beta Was this translation helpful? Give feedback.
All reactions