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