Home
last modified time | relevance | path

Searched refs:_singleton (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DEnumeration.py9 _singleton = None variable in Aleph0
11 if type._singleton is None:
12 type._singleton = int.__new__(type)
13 return type._singleton