Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
extend
Method · 0.95
ant_matcher
Function · 0.45
ant_sub_filter
Function · 0.45
path_from
Method · 0.45
get_src
Method · 0.45
get_bld
Method · 0.45
parse_options
Function · 0.45
distclean
Function · 0.45
append_unique
Method · 0.45
store
Method · 0.45
modif
Function · 0.45
do_subst
Function · 0.45
Calls
no outgoing calls
Tested by
4
make_test
Function · 0.36
add_test_results
Function · 0.36
set_exit_code
Function · 0.36
run
Method · 0.36