update packages

This commit is contained in:
2025-03-11 21:14:26 +01:00
parent 45d49daef0
commit 14dcaaddde
440 changed files with 13229 additions and 8718 deletions

View File

@@ -1,6 +1,7 @@
# -*- mode: snippet -*-
# contributor: Mads D. Kristensen <madsdk@gmail.com>
# name: prop
# expand-env: ((yas-indent-line 'fixed))
# --
def ${1:foo}():
doc = """${2:Doc string}"""
@@ -15,4 +16,4 @@ def ${1:foo}():
return locals()
$1 = property(**$1())
$0
$0