Searched defs:__new__ (Results 1 – 3 of 3) sorted by relevance
/development/tools/axl/ | ||
D | singletonmixin.py | 52 def __new__(metaclass, strName, tupBases, dict): member in MetaSingleton |
/development/vndk/tools/sourcedr/blueprint/ | ||
D | blueprint.py | 63 def __new__(mcs, name, bases, attrs): member in _EnumMeta |
/development/vndk/tools/definition-tool/ | ||
D | vndk_definition_tool.py | 344 def __new__(cls, *args, **kwargs): function |