HomeSort by: relevance | last modified time | path
    Searched defs:threadlocal (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/file/dist/python/
magic.py 312 threadlocal = threading.local() variable
315 v = getattr(threadlocal, "magic_instance", None)
318 setattr(threadlocal, "magic_instance", v)

Completed in 27 milliseconds