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