Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __next__
Method
__next__
Lib/tempfile.py:153–154 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
151
return
self
152
153
def
__next__(self):
154
return
''
.join(self.rng.choices(self.characters, k=8))
155
156
def
_candidate_tempdir_list():
157
""
"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