Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dmock_socket.py9 _reply_data = None variable
15 global _reply_data
16 _reply_data = line
39 global _reply_data
43 if _reply_data:
44 self.lines.append(_reply_data)
45 _reply_data = None