Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _collections_abc.py
File
_collections_abc.py
Lib/_collections_abc.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Copyright 2007 Google, Inc. All Rights Reserved.
2
# Licensed to PSF under a Contributor Agreement.
3
4
""
"Abstract Base Classes (ABCs)
for
collections, according to PEP 3119.
Callers
nothing calls this directly
Calls
10
set
Function · 0.85
_get_framelocalsproxy
Function · 0.85
_coro
Function · 0.85
_ag
Function · 0.70
keys
Method · 0.45
values
Method · 0.45
items
Method · 0.45
close
Method · 0.45
register
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected