Home | History | Annotate | Download | only in urllib

Lines Matching refs:splitquery

986 def splitquery(url):
987 """splitquery('/path?query') --> '/path', 'query'."""