MCPcopy Create free account
hub / github.com/Sigil-Ebook/Sigil / groups

Method groups

src/Resource_Files/python3lib/functionsearch.py:106–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 return self.string[self.groupslist[i][0] : self.groupslist[i][1]]
105
106 def groups(self):
107 results = []
108 for i, v in enumerate(self.groupslist):
109 if i > 0:
110 results.append(self.string[v[0]: v[1]])
111 return results
112
113
114def create_sigilmatch_copy(m):

Callers 4

selectMethod · 0.80
create_sigilmatch_copyFunction · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected