nbreport.processing.
is_url
Test if the token represents a URL or a local path.
str
Token string that can either be a URL or not.
bool
Returns True is the token is in fact a URL. False otherwise.
True
False