Home | History | Annotate | Download | only in serial

Lines Matching refs:split

533                 url, options = url.split('/', 1)
535 for option in options.split('/'):
537 option, value = option.split('=', 1)
554 host, port = url.split(':', 1) # may raise ValueError because of unpacking