Home
last modified time | relevance | path

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

/dports/astro/py-ro/RO-3.6.9/python/RO/Comm/
H A DHTTPGet.py521 def stateCallback(httpObj): argument
522 print("state =", httpObj.state, end=' ')
523 print("read %s of %s bytes" % (httpObj.readBytes, httpObj.totBytes))
524 if httpObj.isDone:
525 if httpObj.errMsg:
526 print("error message =", httpObj.errMsg)
529 httpObj = HTTPGet( variable