kodeagent.kutils.is_it_url# kodeagent.kutils.is_it_url(path: str) → bool[source]# Check whether a given path is a URL. Parameters: path – The path. Returns: True if it’s a URL; False otherwise.