faust.utils.urls
¶
URL utilities - Working with URLs.
- faust.utils.urls.urllist(arg: Union[str, URL, List[URL], List[str]], *, default_scheme: Optional[str] = None) List[URL] [source]¶
Create list of URLs.
You can pass in a comma-separated string, or an actual list and this will convert that into a list of
yarl.URL
objects.- Return type:
_GenericAlias
[URL
]