Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ __init__
Method
__init__
projects/Python/proto/fbe.py:262–265 ·
view source on GitHub ↗
(self, buffer=None)
Source
from the content-addressed store, hash-verified
260
__slots__ =
"_buffer"
,
261
262
def
__init__(self, buffer=None):
263
if
buffer is None:
264
buffer = WriteBuffer()
265
self._buffer = buffer
266
267
@property
268
def
buffer(self):
Callers
15
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
WriteBuffer
Class · 0.70
Tested by
no test coverage detected