We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with the builtin autodoc version of typehints.
Failed to import py_trees_ros.programs.tree_watcher. Possible hints: * ModuleNotFoundError: No module named 'rclpy' * KeyError: 'py_trees_ros'
With the mocks on a typehinted field:
qos_profile (<Mock name='mock.qos.QoSProfile' id='139901457227712'>)
No humble version of rclpy api? Getting foxy for now
I use typing.Any liberally
typing.Any
The text was updated successfully, but these errors were encountered:
I intersphinx rclpy, but without mocks, it has errors. Note, calling out the type in the param field works, but not typehints.
https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_mock_imports
Fixed in #192
Sorry, something went wrong.
No branches or pull requests
Doesn't work with the builtin autodoc version of typehints.
With the mocks on a typehinted field:
No humble version of rclpy api? Getting foxy for now
I use
typing.Any
liberallyThe text was updated successfully, but these errors were encountered: