Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 97f4406

Browse files
Code snippet for lambda function
1 parent 52ef2d5 commit 97f4406

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎snippets/base.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,10 @@
160160
"prefix": "ifmain",
161161
"body": "if __name__ == \"__main__\":\n\t${1:main()}0ドル",
162162
"description" : "Create implicitly all the code at the top level using the __name__ special variable."
163+
},
164+
"lambda": {
165+
"prefix": "lam",
166+
"body": "lambda ${1:args}: ${2:expr}",
167+
"description": "Create template for lambda function"
163168
}
164169
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /