OpenGrok
Cross Reference: __init__.py
xref
: /
external
/
python
/
cpython3
/
Lib
/
collections
/
__init__.py
Home
|
History
|
Annotate
|
Download
|
only in
collections
Lines Matching
defs:insert
1082
def
insert
(self, i, item): self.data.
insert
(i, item)