Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pmaupin/pdfrw
/ convert_store
Function
convert_store
pdfrw/py23_diffs.py:21–22 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
19
return
s
20
21
def
convert_store(s):
22
return
s.encode(
'Latin-1'
)
23
24
def
from_array(a):
25
return
a.tobytes()
Callers
10
roundtrip
Method · 0.90
do_test
Method · 0.90
decode_bytes
Method · 0.90
uncompress
Function · 0.85
_makestream
Function · 0.85
compress
Function · 0.85
f_write
Function · 0.85
parse_xref_stream
Method · 0.85
decode_literal
Method · 0.85
decode_hex
Method · 0.85
Calls
1
encode
Method · 0.45
Tested by
3
roundtrip
Method · 0.72
do_test
Method · 0.72
decode_bytes
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…