MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example1.py

File example1.py

src/8/implementing_custom_containers/example1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Example of a custom container
2
3import collections
4import bisect

Callers

nothing calls this directly

Calls 2

SortedItemsClass · 0.85
addMethod · 0.80

Tested by

no test coverage detected