1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-19 15:13:48 +02:00
rebound-stubs/rebound/tools.pyi
2021-01-14 19:09:42 +01:00

6 lines
148 B
Python

from ctypes import c_uint32, Union, c_uint, c_ulong
from .types import HashType
def hash(key: HashType) -> Union[c_uint32, c_uint, c_ulong]: ...