mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
12 lines
304 B
Python
12 lines
304 B
Python
# The ABCs in this file are not defined as a collection of traits.
|
|
# Use `std/abc` instead.
|
|
.Container: ClassType
|
|
.Hashable: ClassType
|
|
.Sized: ClassType
|
|
.Callable: ClassType
|
|
.Iterable: ClassType
|
|
.Collection: ClassType
|
|
.Iterator: ClassType
|
|
.Reversible: ClassType
|
|
.Genertor: ClassType
|
|
.Sequence: ClassType
|