MCPcopy
hub / github.com/engineer-man/youtube / files.py

File files.py

030/files.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# open/open modes
2animals = open('animals.txt', 'a+')
3# r = open for read (default)
4# w = open for write, truncate

Callers

nothing calls this directly

Calls 1

openFunction · 0.50

Tested by

no test coverage detected