Lines Matching refs:accepting
140 # accepting sockets should not be writable
141 if is_w and not obj.accepting:
182 # accepting sockets should not be writable
183 if obj.writable() and not obj.accepting:
219 accepting = False
259 if self.accepting and self.addr:
324 self.accepting = True
394 self.accepting = False
416 if self.accepting:
417 # accepting sockets are never connected, they "spawn" new
436 if self.accepting: