nextpnr/3rdparty/pybind11/pybind11/_version.pyi
2021-01-02 10:15:39 +01:00

7 lines
137 B
Python

from typing import Union, Tuple
def _to_int(s: str) -> Union[int, str]: ...
__version__: str
version_info: Tuple[Union[int, str], ...]