6 lines
89 B
Text
6 lines
89 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: dunder init
|
||
|
# key: ctor
|
||
|
# --
|
||
|
def __init__(self$1):
|
||
|
$2
|