Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ example2.py
File
example2.py
src/8/implementing_custom_containers/example2.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
collections
2
3
class
Items(collections.MutableSequence):
4
def
__init__(self, initial=None):
Callers
nothing calls this directly
Calls
1
Items
Class · 0.85
Tested by
no test coverage detected