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