Searched refs:singleton (Results 1 – 2 of 2) sorted by relevance
21 singleton = None variable409 global singleton437 if singleton:438 if singleton.dbfile != dbfile:441 if not singleton:443 …singleton = PRServSingleton(os.path.abspath(dbfile), os.path.abspath(logfile), host, port, upstrea…444 singleton.start()445 if singleton:446 host = singleton.host447 port = singleton.port[all …]
271 be used as a singleton at a specific object path, similarly the `instance` value292 A singleton host service name must have the YAML property `default` and may