in gym_http_server.py [0:0]
def list_all(self): return dict([(instance_id, env.spec.id) for (instance_id, env) in self.envs.items()])