MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / run

Method run

setup.py:144–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 """在标准安装完成后执行自定义命令"""
143
144 def run(self):
145 # 先执行标准安装步骤
146 install.run(self)
147 # 执行自定义命令
148 subprocess.check_call(["opentelemetry-bootstrap", "-a", "install"])
149
150
151def load_requirements():

Callers 11

build_extensionMethod · 0.45
download_and_extractFunction · 0.45
update_git_repoFunction · 0.45
download_and_extractFunction · 0.45
download_and_extractFunction · 0.45
build_pluginFunction · 0.45
producer_processFunction · 0.45
consumer_processFunction · 0.45
send_one_batchFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected