MCPcopy
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

roundtripMethod · 0.90
do_testMethod · 0.90
decode_bytesMethod · 0.90
uncompressFunction · 0.85
_makestreamFunction · 0.85
compressFunction · 0.85
f_writeFunction · 0.85
parse_xref_streamMethod · 0.85
decode_literalMethod · 0.85
decode_hexMethod · 0.85

Calls 1

encodeMethod · 0.45

Tested by 3

roundtripMethod · 0.72
do_testMethod · 0.72
decode_bytesMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…