Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/core/
H A Dpointer.py49 class MetaPointerPolicy(ABCMeta): class
55 newcls = super(MetaPointerPolicy, cls).__new__(cls, clsname, bases, args)
60 class Singleton(MetaPointerPolicy):
78 matching = filter(bool, map(methodcaller('match', sbvalue), MetaPointerPolicy.classes))