MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / context_manager.py

File context_manager.py

14_context_manager/python/context_manager.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class FileManager():
2 def __init__(self, filename, mode):
3 self.filename = filename
4 self.mode = mode

Callers

nothing calls this directly

Calls 2

FileManagerClass · 0.70
printFunction · 0.50

Tested by

no test coverage detected