Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/lldbmacros/core/
H A Dcaching.py89 class _Registry(list): class
95 super(_Registry, self).__init__()
112 self.name, super(_Registry, self).__repr__())
149 _static_registry = _Registry('static')
150 _dynamic_registry = _Registry('dynamic')