HomeSort by relevance Sort by last modified time
    Searched full:bufstate (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 342 bufstate = 0 # meaning: 0 => reading count; 1 => reading data variable in class:SocketIO
361 if self.bufstate == 0 and len(self.buffer) >= 4:
365 self.bufstate = 1
368 if self.bufstate == 1 and len(self.buffer) >= self.bufneed:
372 self.bufstate = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 342 bufstate = 0 # meaning: 0 => reading count; 1 => reading data variable in class:SocketIO
361 if self.bufstate == 0 and len(self.buffer) >= 4:
365 self.bufstate = 1
368 if self.bufstate == 1 and len(self.buffer) >= self.bufneed:
372 self.bufstate = 0

Completed in 122 milliseconds