Skip to content

Functions

Dimitri Demarkus edited this page Apr 18, 2022 · 2 revisions

config(*kwargs):

  • Each arg goes into the index of the one before.
  • Ex: config('Account', 'Account Token') would be the same as:
    • config['Account']['Account Token']
    • and config.get('Account').get('Account Token')

Clone this wiki locally