Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
asynccall
Method · 0.95
asyncqueue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected