Skip to content

Commit 5461cf1

Browse files
committed
Add missing docblocks.
1 parent f7f9b2b commit 5461cf1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

platformshconfig/config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ class Config:
8181
"smtpHost": "SMTP_HOST"
8282
}
8383

84+
"""
85+
Local index of variables available at runtime that have no prefix.
86+
"""
8487
_unPrefixedVariablesRuntime = {
8588
"port": "PORT",
8689
"socket": "SOCKET"
@@ -117,6 +120,9 @@ class Config:
117120
"""
118121
_applicationDef = []
119122

123+
"""
124+
A map of the registered credential formatters. The key is the name, the value is a function.
125+
"""
120126
_credentialFormatters = {}
121127

122128
def __init__(self, environment_variables=None, env_prefix='PLATFORM_'):

0 commit comments

Comments
 (0)