Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ _buffer_writer
Class
_buffer_writer
python/paddle/framework/io_utils.py:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
59
class
_buffer_writer(_open_buffer):
60
def
__exit__(self, *args):
61
self.buffer.flush()
62
63
64
def
_is_file_path(path):
Callers
1
_open_file_buffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected