fn spawn(
port: u16,
memory_limit: String,
hide_welcome_screen: bool,
detach_process: bool,
executable_name: String,
executable_path: Option<String>,
extra_args: Vec<String>,
extra_env: Vec<(String, String)>,
) -> PyResult<()>
Expand description
Spawn a new viewer.