Initial commit: Masina-Dock Vehicle Management System
This commit is contained in:
commit
ae923e2c41
4999 changed files with 1607266 additions and 0 deletions
18
AppDir/usr/lib/python3.12/site-packages/numpy/exceptions.pyi
Normal file
18
AppDir/usr/lib/python3.12/site-packages/numpy/exceptions.pyi
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
from typing import overload
|
||||
|
||||
__all__: list[str]
|
||||
|
||||
class ComplexWarning(RuntimeWarning): ...
|
||||
class ModuleDeprecationWarning(DeprecationWarning): ...
|
||||
class VisibleDeprecationWarning(UserWarning): ...
|
||||
class TooHardError(RuntimeError): ...
|
||||
class DTypePromotionError(TypeError): ...
|
||||
|
||||
class AxisError(ValueError, IndexError):
|
||||
axis: None | int
|
||||
ndim: None | int
|
||||
@overload
|
||||
def __init__(self, axis: str, ndim: None = ..., msg_prefix: None = ...) -> None: ...
|
||||
@overload
|
||||
def __init__(self, axis: int, ndim: int, msg_prefix: None | str = ...) -> None: ...
|
||||
def __str__(self) -> str: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue