Callbacks¶
|
Details¶
- GWeather.FilterFunc(location, *user_data)¶
- Parameters:
location (
GWeather.Location
) – the location to checkuser_data (
object
orNone
) – data passed to [method`GWeather`.Location.find_nearest_city_full]
- Returns:
FALSE
if the location should be skipped, andTRUE
otherwise- Return type:
A filter function for locations.