- 在`formatters/__init__.py`中添加了`Parameter`函数,用于判断对象是否为`Parameter`类型。 - 在`formatters/desc.py`中的`desc`函数里添加了对`Parameter`对象的描述逻辑,包括数据类型和形状的格式化输出。 - 在`handlers/__init__.py`中将`Index`替换为`ExtSlice`,以支持扩展切片的处理。 - 在`handlers/expressions.py`中添加了`ExtSlice`函数,用于处理扩展切片表达式。
The file is empty.
Description
Languages
Python
99.9%