Exemplo n.º 1
0
 def get_config(self):
     """FAUCET API: return config for all Valves."""
     return get_config_for_api(self.valves)
Exemplo n.º 2
0
 def get_config(self):
     """FAUCET experimental API: return config for all Valves."""
     return get_config_for_api(self.valves_manager.valves)
Exemplo n.º 3
0
 def get_config(self):
     """FAUCET experimental API: return config for all Valves."""
     return get_config_for_api(self.valves_manager.valves)