Skip to content

Commit d9b3d80

Browse files
authored
Merge pull request RustPython#3741 from Lithium07z/array-type
Add `array.ArrayType`
2 parents 53185cd + 5263eca commit d9b3d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/src/array.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ mod array {
581581
}
582582

583583
#[pyattr]
584+
#[pyattr(name = "ArrayType")]
584585
#[pyclass(name = "array")]
585586
#[derive(Debug, PyPayload)]
586587
pub struct PyArray {

0 commit comments

Comments
 (0)