uproot.source.http.full_path
Defined in uproot.source.http on line 56.
- uproot.source.http.full_path(parsed_url) str
Returns the
parsed_url.path
with"?"
and theparsed_url.query
if it exists, just the path otherwise.
Defined in uproot.source.http on line 56.
Returns the parsed_url.path
with "?"
and the parsed_url.query
if it exists, just the path otherwise.