Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/core/
H A Dpointer.py60 class Singleton(MetaPointerPolicy): class
67 cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
97 @six.add_metaclass(Singleton)