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 314 threadlocal = threading.local() variable
317 v = getattr(threadlocal, "magic_instance", None)
320 setattr(threadlocal, "magic_instance", v)

Completed in 19 milliseconds