Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
class
FileManager():
2
def
__init__(self, filename, mode):
3
self.filename = filename
4
self.mode = mode
Callers
nothing calls this directly
Calls
2
FileManager
Class · 0.70
print
Function · 0.50
Tested by
no test coverage detected