Home
last modified time | relevance | path

Searched refs:Raw_Contents (Results 1 – 1 of 1) sorted by relevance

/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/bindings/
H A Dpdf_file_object.py1373 def __init__(self, Object_Reference=None, Raw_Contents=None): argument
1375 self.Raw_Contents = Raw_Contents
1384 def get_Raw_Contents(self): return self.Raw_Contents
1385 def set_Raw_Contents(self, Raw_Contents): self.Raw_Contents = Raw_Contents argument
1392 self.Raw_Contents is not None
1422 if self.Raw_Contents is not None:
1423 if self.Raw_Contents.get_valueOf_() is not None:
1424 value = self.Raw_Contents.get_valueOf_()
1427 self.Raw_Contents.set_valueOf_(value)
1428 …self.Raw_Contents.export(lwrite, level, 'PDFFileObj:', name_='Raw_Contents', pretty_print=pretty_p…