MCPcopy
hub / github.com/pyinstaller/pyinstaller / append

Method append

bootloader/waflib/Runner.py:47–48  ·  view source on GitHub ↗
(self, task)

Source from the content-addressed store, hash-verified

45 self.lst = []
46
47 def append(self, task):
48 heapq.heappush(self.lst, task)
49
50 def appendleft(self, task):
51 heapq.heappush(self.lst, task)

Callers 15

extendMethod · 0.95
ant_matcherFunction · 0.45
ant_sub_filterFunction · 0.45
path_fromMethod · 0.45
get_srcMethod · 0.45
get_bldMethod · 0.45
parse_optionsFunction · 0.45
distcleanFunction · 0.45
append_uniqueMethod · 0.45
storeMethod · 0.45
modifFunction · 0.45
do_substFunction · 0.45

Calls

no outgoing calls

Tested by 4

make_testFunction · 0.36
add_test_resultsFunction · 0.36
set_exit_codeFunction · 0.36
runMethod · 0.36