MCPcopy Index your code
hub / github.com/python-openxml/python-docx / close

Method close

src/docx/opc/phys_pkg.py:51–54  ·  view source on GitHub ↗

Provides interface consistency with |ZipFileSystem|, but does nothing, a directory file system doesn't need closing.

(self)

Source from the content-addressed store, hash-verified

49 return blob
50
51 def close(self):
52 """Provides interface consistency with |ZipFileSystem|, but does nothing, a
53 directory file system doesn't need closing."""
54 pass
55
56 @property
57 def content_types_xml(self):

Callers 10

from_fileMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
it_can_be_closedMethod · 0.45
phys_readerMethod · 0.45
it_can_be_closedMethod · 0.45
it_can_write_a_blobMethod · 0.45
pkg_fileMethod · 0.45

Calls

no outgoing calls

Tested by 6

it_can_be_closedMethod · 0.36
phys_readerMethod · 0.36
it_can_be_closedMethod · 0.36
it_can_write_a_blobMethod · 0.36
pkg_fileMethod · 0.36