MCPcopy 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

setFunction · 0.85
_get_framelocalsproxyFunction · 0.85
_coroFunction · 0.85
_agFunction · 0.70
keysMethod · 0.45
valuesMethod · 0.45
itemsMethod · 0.45
closeMethod · 0.45
registerMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected