MCPcopy Create free account
hub / github.com/SooLab/CGFormer / _resumable_file_manager

Function _resumable_file_manager

bert/file_utils.py:732–734  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

730
731 @contextmanager
732 def _resumable_file_manager():
733 with open(incomplete_path, "a+b") as f:
734 yield f
735
736 temp_file_manager = _resumable_file_manager
737 if os.path.exists(incomplete_path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected