nvbench icon indicating copy to clipboard operation
nvbench copied to clipboard

Equip python functions, classes, methods and exceptions with docstrings

Open oleksandr-pavlyk opened this issue 2 months ago • 0 comments

This PR builds on top of #290. Hence, it should be merged after #290 has been merged.

This PR moves doc-strings for Python objects exposed in cuda.bench namespace from __init__.pyi to implementation file, making doc-strings interactively available to the user. For example, help(cuda.bench.State) would not include doc-strings of the class itself as well as of its methods.

Closes #291

oleksandr-pavlyk avatar Dec 09 '25 15:12 oleksandr-pavlyk