MCPcopy 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
157def _candidate_tempdir_list():
158 """Generate a list of candidate temporary directories which

Callers

nothing calls this directly

Calls 2

choicesMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected