Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ get_data
Method
get_data
pattern/web/pdf/pdftypes.py:254–257 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
252
return
253
254
def
get_data(self):
255
if
self.data is None:
256
self.decode()
257
return
self.data
258
259
def
get_rawdata(self):
260
return
self.rawdata
Callers
7
load
Method · 0.80
getobj
Method · 0.80
write_image
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
fillfp
Method · 0.80
Calls
1
decode
Method · 0.95
Tested by
no test coverage detected