Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dcaching.py79 class _Registry(list): class
85 super(_Registry, self).__init__()
102 self.name, super(_Registry, self).__repr__())
139 _static_registry = _Registry('static')
140 _dynamic_registry = _Registry('dynamic')