mirror of
https://github.com/snowykami/mbcp.git
synced 2026-01-22 11:42:19 +00:00
🔥 测试错误内容
This commit is contained in:
15
docs/api/mp_math/mp_math_typing.md
Normal file
15
docs/api/mp_math/mp_math_typing.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: mbcp.mp\nmath.mp\nmath\ntyping
|
||||
order: 1
|
||||
icon: laptop-code
|
||||
category: API
|
||||
---
|
||||
|
||||
### ***var*** `SingleVar = TypeVar('SingleVar', bound=Number)`
|
||||
|
||||
|
||||
|
||||
### ***var*** `ArrayVar = TypeVar('ArrayVar', bound=Iterable[Number])`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user