MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / extend

Method extend

tools/python-3.11.9-amd64/Lib/distutils/filelist.py:54–55  ·  view source on GitHub ↗
(self, items)

Source from the content-addressed store, hash-verified

52 self.files.append(item)
53
54 def extend(self, items):
55 self.files.extend(items)
56
57 def sort(self):
58 # Not a strict lexical sort!

Callers 15

__repr__Method · 0.45
__calc_date_timeMethod · 0.45
walkFunction · 0.45
generic_visitMethod · 0.45
writeMethod · 0.45
os.pyFile · 0.45
disFunction · 0.45
set_npn_protocolsMethod · 0.45
set_alpn_protocolsMethod · 0.45
argsMethod · 0.45
_bindMethod · 0.45

Calls

no outgoing calls

Tested by 10

assert_runs_afterMethod · 0.36
print_outputMethod · 0.36
test_find_testsMethod · 0.36
testEqualityMethod · 0.36
load_testsMethod · 0.36
test_assert_has_callsMethod · 0.36
test_method_callsMethod · 0.36
test_nestedMethod · 0.36
mainFunction · 0.36