Merge pull request #3741 from Lithium07z/array-type

Add `array.ArrayType`
This commit is contained in:
Jeong YunWon
2022-05-22 12:49:47 +09:00
committed by GitHub

View File

@@ -581,6 +581,7 @@ mod array {
}
#[pyattr]
#[pyattr(name = "ArrayType")]
#[pyclass(name = "array")]
#[derive(Debug, PyPayload)]
pub struct PyArray {