简体中文
Appearance
SingleVar = TypeVar('SingleVar', bound=Number)
ArrayVar = TypeVar('ArrayVar', bound=Iterable[Number])