mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-06 11:48:46 +00:00
13 lines
223 B
Python
13 lines
223 B
Python
.QueueEmpty: ClassType
|
|
.QueueEmpty <: BaseException
|
|
|
|
.QueueFull: ClassType
|
|
.QueueFull <: BaseException
|
|
|
|
.Queue!: ClassType
|
|
|
|
.PriorityQueue!: ClassType
|
|
.PriorityQueue! <: Queue!
|
|
|
|
.LifoQueue!: ClassType
|
|
.LifoQueue! <: Queue!
|