.emacs.d/snippets/python-mode/+new-snippet+

5 lines
118 B
Python

# -*- mode: python -*-
# name: first-only
# key: fo
# --
$0 = next(filter(lambda x: x.__name__ == name, values), None)