Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/core/
H A Dpointer.py63 _instances = {} variable in Singleton
66 if cls not in cls._instances:
67 cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
68 return cls._instances[cls]