MCPcopy 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

loadMethod · 0.80
getobjMethod · 0.80
write_imageMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
fillfpMethod · 0.80

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected