MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _RandomNameSequence

Class _RandomNameSequence

Lib/tempfile.py:108–146  ·  view source on GitHub ↗

An instance of _RandomNameSequence generates an endless sequence of unpredictable strings which can safely be incorporated into file names. Each string is six characters long. Multiple threads can safely use the same instance at the same time. _RandomNameSequence is an iterator.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_get_default_tempdirFunction · 0.85
_get_candidate_namesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected