Using Emacs Prelude now.... gonna figure things out
Signed-off-by: TuDatTr <tran.tuan-dat@mailbox.org>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __new__
|
||||
# key: new
|
||||
# group: dunder methods
|
||||
# --
|
||||
def __new__(mcs, name, bases, dct):
|
||||
$0
|
||||
return type.__new__(mcs, name, bases, dct)
|
||||
Reference in New Issue
Block a user