MCPcopy Index your code
hub / github.com/python/cpython / newseq

Method newseq

Lib/idlelib/rpc.py:328–330  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

326 return response
327
328 def newseq(self):
329 self.nextseq = seq = self.nextseq + 2
330 return seq
331
332 def putmessage(self, message):
333 self.debug("putmessage:%d:" % message[0])

Callers 2

asynccallMethod · 0.95
asyncqueueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected