Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dpointer.py58 _instances = {} variable in Singleton
61 if cls not in cls._instances:
62 cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
63 return cls._instances[cls]