Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
src/p/y/python-pptx-0.4.2/pptx/opc/package.py python-pptx(Download)
for a SpreadsheetML package. """ return self.part_related_by(RT.OFFICE_DOCUMENT) @classmethod
src/p/y/python-docx-0.5.1/docx/opc/package.py python-docx(Download)
for a SpreadsheetML package. """ return self.part_related_by(RT.OFFICE_DOCUMENT) @classmethod
src/p/y/python-pptx-HEAD/pptx/opc/package.py python-pptx(Download)
for a SpreadsheetML package. """ return self.part_related_by(RT.OFFICE_DOCUMENT) @classmethod