MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / get_xobjects

Method get_xobjects

src/__init__.py:12196–12199  ·  view source on GitHub ↗

List of xobjects defined in the page object.

(self)

Source from the content-addressed store, hash-verified

12194 return rc
12195
12196 def get_xobjects(self):
12197 """List of xobjects defined in the page object."""
12198 CheckParent(self)
12199 return self.parent.get_page_xobjects(self.number)
12200
12201 def insert_font(self, fontname="helv", fontfile=None, fontbuffer=None,
12202 set_simple=False, wmode=0, encoding=0):

Callers 1

test_oc2Function · 0.80

Calls 2

CheckParentFunction · 0.85
get_page_xobjectsMethod · 0.80

Tested by 1

test_oc2Function · 0.64