openfl.utilities.utils.is_api_adress
- openfl.utilities.utils.is_api_adress(address: str) bool
Validate IP address value.
This function checks if a string is a valid IP address.
- Parameters:
address (str) – The string to check.
- Returns:
bool – True if the string is a valid IP address, False otherwise.