We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
特殊なキーワード '.' を指定することもできます。
'.'
https://docs.python.org/ja/3/library/logging.config.html#user-defined-objects
英語はkeywordではなくkeyです https://docs.python.org/3/library/logging.config.html#user-defined-objects
You can also specify a special key '.' whose value is a dictionary is a mapping of attribute names to values.
「特殊キー '()'」とも訳を合わせられそうです。 特殊キーとして'()'と'.'の2つがドキュメントに記載されているという理解です
'()'
特殊キー '.' を指定することもできます。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
問題のある箇所 (URLで指定すること)
https://docs.python.org/ja/3/library/logging.config.html#user-defined-objects
問題の詳細
英語はkeywordではなくkeyです
https://docs.python.org/3/library/logging.config.html#user-defined-objects
「特殊キー
'()'
」とも訳を合わせられそうです。特殊キーとして
'()'
と'.'
の2つがドキュメントに記載されているという理解です修正案
特殊キー
'.'
を指定することもできます。The text was updated successfully, but these errors were encountered: