MCPcopy 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

1import collections
2
3class Items(collections.MutableSequence):
4 def __init__(self, initial=None):

Callers

nothing calls this directly

Calls 1

ItemsClass · 0.85

Tested by

no test coverage detected