Things done add bsd3Lbnl license new python312packages pybind11-stubgen pybind11-stubgen provide binary exec pybind11-stubgen to generate python stub file for those pybind11 projects. Built on ...
pybind11-stubgen [-h] [-o OUTPUT_DIR] [--root-suffix ROOT_SUFFIX] [--ignore-invalid-expressions REGEX] [--ignore-invalid-identifiers REGEX] [--ignore-unresolved-names REGEX] [--ignore-all-errors] [--enum-class-locations REGEX:LOC] [--numpy-array-wrap-with-annotated| --numpy-array-us...
Contributor mdemoret-nv commented Jun 14, 2022 The docker release build fails because pybind11-stubgen is missing from the conda-build requirements. Fixes #140 Adding in pybind11-stubgen to the conda package Verified 17f7757 mdemoret-nv added bug non-breaking 2 - In Progress labels Jun 1...
In any scenario the troubling function signature should be printed: pybind11-stubgen/pybind11_stubgen/__init__.py Lines 93 to 103 in f14583b if FunctionSignature.signature_downgrade: self.name = name self.args = "*args, **kwargs" self.rtype = "typing.Any" lvl = logging.WARN...
This enables calling stubgen from a python script. Added args input to main … 1aefb9b gentlegiantJGC merged commit 00c0bbb into Amulet-Team:master Oct 29, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews ...
pybind11-stubgen [-h] [-o OUTPUT_DIR] [--root-suffix ROOT_SUFFIX] [--ignore-invalid-expressions REGEX] [--ignore-invalid-identifiers REGEX] [--ignore-unresolved-names REGEX] [--ignore-all-errors] [--enum-class-locations REGEX:LOC] [--numpy-array-wrap-with-annotated| --numpy-array-us...
python -m pip install git+https://github.com/sizmailov/pybind11-stubgen.git Usage pybind11-stubgen [-h] [-o OUTPUT_DIR] \ [--root-module-suffix ROOT_MODULE_SUFFIX] \ [--no-setup-py] \ [--log-level LOG_LEVEL] \ MODULE_NAME [MODULE_NAME ...] \ ...