Make `c.` optional in config file ?
未关闭
enhancement
needs-info
question
- 主要语言
- Python
- 星标
- 653
- 派生
- 217
- 平均合并
- 2 天 21 小时
- 30 天内合并 PR
- 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 还没有评估数据。