Home
last modified time | relevance | path

Searched refs:strip0 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Demo/rpc/
Drnusersclient.py77 line = strip0(line)
78 name = strip0(name)
79 host = strip0(host)
88 print strip0(name),
94 def strip0(s): function