8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: __int__
|
|
# key: _int
|
|
# group: Special methods
|
|
# --
|
|
def __int__(self):
|
|
$0
|