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

  /src/external/apache2/llvm/dist/clang/utils/ABITest/
Enumeration.py 9 _singleton = None variable in class:Aleph0
11 if type._singleton is None:
12 type._singleton = int.__new__(type)
13 return type._singleton

Completed in 23 milliseconds