You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to wrap my C++ math library to the Python module, but experience strange issues with python argument docs.
For example, I have a C++ function:
and binding for it:
docs from help look fine:
but in PyCharm for example, resulting hints are weird:
I am using Python 3.9. Checked on a few Windows 10 machines with CMake build and setuptools with MSVC compiler, in WSL Ubuntu using CMake and built-in g++ and in macOS 10.13 using CMake and g++-11.
Actual source code for CMake here: https://github.com/FishermenOnTuesdays/DynamicSystem and here for setuptools build https://github.com/FishermenOnTuesdays/pydyns
Are there any solutions to this issue?
Beta Was this translation helpful? Give feedback.
All reactions