mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Merge pull request #3741 from Lithium07z/array-type
Add `array.ArrayType`
This commit is contained in:
@@ -581,6 +581,7 @@ mod array {
|
||||
}
|
||||
|
||||
#[pyattr]
|
||||
#[pyattr(name = "ArrayType")]
|
||||
#[pyclass(name = "array")]
|
||||
#[derive(Debug, PyPayload)]
|
||||
pub struct PyArray {
|
||||
|
||||
Reference in New Issue
Block a user