setup_daemon# method DaemonRunner.setup_daemon() → Tuple[Daemon, Dict[str, URI]][source]# Locates and loads the Daemon class, adds Pyro’s behavior, and registers the hosted object with the Daemon. Returns: daemon, uriThe instantiated Daemon object and the URI for the hosted object, to be registered with the nameserver.