Guest User

Untitled

a guest
Jun 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def __new__(_cls, {arg_list}):
  2. 'Create new instance of {typename}({arg_list})'
  3. return _tuple.__new__(_cls, ({arg_list}))
  4.  
  5. return super().__new__(cls, ({arg_list}))
Add Comment
Please, Sign In to add comment