-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kaoru Nagashima edited this page Nov 8, 2017
·
7 revisions
名称 | 規約 | 例 |
---|---|---|
module名 | lowercase | hamegg.py |
class名 | CapWords | class HamEgg(object):… |
exception名 | CapWords | class HamEggException(Exception):… |
関数名 | lowercase_with_underscores | def ham_egg():… |
関数名(既存の文脈※) | mixedCase | def hamEgg():… |
メソッド名 | lowercase_with_underscores | def ham_egg(self):… |
インスタンス変数名 | lowercase_with_underscores | self.ham_egg = None |
定数 | UPPER_CASE_WITH_UNDERSCORES | HAM_EGG = "ham_egg" |
引用元: http://noisyobject.blogspot.jp/2011/05/python.html
aws lambda -> http://docs.aws.amazon.com/ja_jp/lambda/latest/dg/env_variables.html
Serverless -> https://serverless.com/framework/docs/providers/aws/guide/variables/#referencing-environment-variables