File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class Archive : public Wrapper<zim::Archive>
162162 FORWARD (bool , hasIllustration)
163163 FORWARD (bool , hasEntryByPath)
164164 FORWARD (bool , hasEntryByTitle)
165- FORWARD (bool , is_multiPart )
165+ FORWARD (bool , isMultiPart )
166166 FORWARD (bool , hasNewNamespaceScheme)
167167 FORWARD (bool , hasFulltextIndex)
168168 FORWARD (bool , hasTitleIndex)
Original file line number Diff line number Diff line change @@ -771,7 +771,7 @@ cdef class Archive:
771771
772772 @property
773773 def is_multipart(self ) -> bool:
774- return self.c_archive.is_multiPart ()
774+ return self.c_archive.isMultiPart ()
775775
776776 @property
777777 def has_fulltext_index(self ) -> bool:
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ cdef extern from "libwrapper.h" namespace "wrapper":
155155 # set[unsigned int] getIllustrationSizes() except +
156156 bool hasEntryByPath(string path) except +
157157 bool hasEntryByTitle(string title) except +
158- bool is_multiPart () except +
158+ bool isMultiPart () except +
159159 bool hasNewNamespaceScheme() except +
160160 bool hasFulltextIndex() except +
161161 bool hasTitleIndex() except +
You can’t perform that action at this time.
0 commit comments