mbcp/docs/api/mp_math/mp_math_typing.md
2024-08-28 10:52:17 +08:00

228 B

title order icon category
mbcp.mp\nmath.mp\nmath\ntyping 1 laptop-code API

var SingleVar = TypeVar('SingleVar', bound=Number)

var ArrayVar = TypeVar('ArrayVar', bound=Iterable[Number])