Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __next__
Method
__next__
Lib/tempfile.py:154–155 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
return
self
153
154
def
__next__(self):
155
return
''
.join(self.rng.choices(self.characters, k=8))
156
157
def
_candidate_tempdir_list():
158
""
"Generate a list of candidate temporary directories which
Callers
nothing calls this directly
Calls
2
choices
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected