MCPcopy
hub / github.com/ArtifexSoftware/pdf2docx / extend

Method extend

pdf2docx/common/Collection.py:51–53  ·  view source on GitHub ↗
(self, instances:list)

Source from the content-addressed store, hash-verified

49
50
51 def extend(self, instances:list):
52 if not instances: return
53 for instance in instances: self.append(instance)
54
55
56 def reset(self, instances:list=None):

Callers 15

__init__Method · 0.95
resetMethod · 0.95
extract_tablesMethod · 0.80
process_fontMethod · 0.80
parse_sectionMethod · 0.80
extract_tablesMethod · 0.80
extract_raw_dictMethod · 0.80
parseMethod · 0.80
clean_upMethod · 0.80
assign_to_tablesMethod · 0.80
collect_stream_linesMethod · 0.80

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected