18 lines
327 B
Python
18 lines
327 B
Python
|
"""
|
||
|
This type stub file was generated by pyright.
|
||
|
"""
|
||
|
|
||
|
from typing import Any
|
||
|
|
||
|
"""A module with the precisions of platform-specific `~numpy.number`s."""
|
||
|
_NBitByte = Any
|
||
|
_NBitShort = Any
|
||
|
_NBitIntC = Any
|
||
|
_NBitIntP = Any
|
||
|
_NBitInt = Any
|
||
|
_NBitLongLong = Any
|
||
|
_NBitHalf = Any
|
||
|
_NBitSingle = Any
|
||
|
_NBitDouble = Any
|
||
|
_NBitLongDouble = Any
|