MCPcopy Create free account
hub / github.com/InternLM/InternBootcamp / run

Method run

internbootcamp/src/base_server_setup.py:31–33  ·  view source on GitHub ↗

运行服务器

(self, **kwargs)

Source from the content-addressed store, hash-verified

29 raise NotImplementedError("Subclasses must implement _setup_routes()")
30
31 def run(self, **kwargs):
32 """运行服务器"""
33 uvicorn.run(self.app, host=self.host, port=self.port, **kwargs)
34

Callers 8

escape_server.pyFile · 0.45
case_generatorMethod · 0.45
holdem_server.pyFile · 0.45
bot_server.pyFile · 0.45
mole_server.pyFile · 0.45
fenics_server.pyFile · 0.45
main.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected