Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Drpc.py350 bufstate = 0 # meaning: 0 => reading count; 1 => reading data variable in SocketIO
369 if self.bufstate == 0 and len(self.buff) >= 4:
373 self.bufstate = 1
376 if self.bufstate == 1 and len(self.buff) >= self.bufneed:
380 self.bufstate = 0