Files
emacs/lisp/yasnippet-snippets/snippets/python-mode/__pow__
2025-03-11 21:14:26 +01:00

8 lines
135 B
Plaintext

# -*- mode: snippet -*-
# name: __pow__
# key: _pow
# group: Special methods
# --
def __pow__(self, other, modulo=None):
return $0