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

Method append

tools/python-3.11.9-amd64/Lib/distutils/filelist.py:51–52  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

49 # -- List-like methods ---------------------------------------------
50
51 def append(self, item):
52 self.files.append(item)
53
54 def extend(self, items):
55 self.files.extend(items)

Callers 15

read_keysFunction · 0.45
initializeMethod · 0.45
object_filenamesMethod · 0.45
compileMethod · 0.45
linkMethod · 0.45
preprocessMethod · 0.45
mkpathFunction · 0.45
copy_treeFunction · 0.45
_build_cmdtupleFunction · 0.45
read_keysMethod · 0.45

Calls

no outgoing calls

Tested by 14

_logMethod · 0.36
write_scriptMethod · 0.36
_warnMethod · 0.36
_infoMethod · 0.36
openMethod · 0.36
write_sample_scriptsMethod · 0.36
fake_zipfileMethod · 0.36
test_simple_builtMethod · 0.36
_logMethod · 0.36