MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / defaultdict.py

File defaultdict.py

08_hashmaps/python/defaultdict.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from collections import defaultdict
2
3if __name__ == "__main__":
4 d = defaultdict(list)

Callers

nothing calls this directly

Calls 1

printFunction · 0.50

Tested by

no test coverage detected