OpenGrok
Cross Reference: urllib.py
xref
: /
prebuilts
/
python
/
darwin-x86
/
2.7.5
/
lib
/
python2.7
/
urllib.py
Home
|
History
|
Annotate
|
Download
|
only in
python2.7
Lines Matching
refs:words
1180
words
= url.split(';')
1181
return
words
[0],
words
[1:]