OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wherefrom
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
radio.py
12
data,
wherefrom
= s.recvfrom(1500, 0)
13
sys.stderr.write(repr(
wherefrom
) + '\n')
/external/python/cpython2/Demo/sockets/
radio.py
12
data,
wherefrom
= s.recvfrom(1500, 0)
13
sys.stderr.write(repr(
wherefrom
) + '\n')
Completed in 171 milliseconds