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

File dicts.py

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

Source from the content-addressed store, hash-verified

1
2if __name__ == '__main__':
3 literal = dict([("key", "value"), ("blah", "blubb")])
4 literal = {

Callers

nothing calls this directly

Calls 1

printFunction · 0.50

Tested by

no test coverage detected