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

Method embfile_names

src/__init__.py:4514–4518  ·  view source on GitHub ↗

Get list of names of EmbeddedFiles.

(self)

Source from the content-addressed store, hash-verified

4512 return infodict
4513
4514 def embfile_names(self) -> list:
4515 """Get list of names of EmbeddedFiles."""
4516 filenames = []
4517 self._embfile_names(filenames)
4518 return filenames
4519
4520 def embfile_upd(self,
4521 item: typing.Union[int, str],

Callers 11

_embeddedFileIndexMethod · 0.95
embfile_addMethod · 0.95
embfile_countMethod · 0.95
embfile_infoMethod · 0.95
embedded_copyFunction · 0.80
embedded_listFunction · 0.80
scrubMethod · 0.80
embedded_copyFunction · 0.80
embedded_listFunction · 0.80
scrubFunction · 0.80
test_embedded1Function · 0.80

Calls 1

_embfile_namesMethod · 0.95

Tested by 1

test_embedded1Function · 0.64