Make `c.` optional in config file ?
オープン
enhancement
needs-info
question
- 主要言語
- Python
- スター
- 653
- フォーク
- 217
- 平均マージ
- 2日 21時間
- マージ済み PR(30日)
- 2
説明
Or at least gracefully warn if missing, but still work ? Better than "Undefined variable `Foo`" maybe
That would require changing the `__main__` namespace and overwrite `__setattr__` to accept anything that start with an uppercase, and set it on the `c` object.
We could probably warn (did you forget `c.`) ? Or just make `c.` optional.
Thoughts ?
コントリビューションガイド
評価
この issue はまだ評価されていません。