Home | History | Annotate | Download | only in pymock

Lines Matching full:__new__

468     def __new__(cls, *args, **kw):
473 instance = object.__new__(new)
1760 '__init__', '__new__', '__prepare__'
1988 def __new__(cls, value=(), name=None, parent=None, two=False,
2016 return tuple.__new__(cls, (args, kwargs))
2018 return tuple.__new__(cls, (name, args, kwargs))