MCPcopy
hub / github.com/plotly/dash / start_server

Method start_server

dash/testing/composite.py:9–17  ·  view source on GitHub ↗

Start the local server with app.

(self, app, navigate=True, **kwargs)

Source from the content-addressed store, hash-verified

7 self.server = server
8
9 def start_server(self, app, navigate=True, **kwargs):
10 """Start the local server with app."""
11
12 # start server with app and pass Dash arguments
13 self.server(app, **kwargs)
14
15 if navigate:
16 # set the default server_url, it implicitly call wait_for_page
17 self.server_url = self.server.url
18
19
20class DashRComposite(Browser):

Calls

no outgoing calls