Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对此的最佳做法是什么?
比如说,我想初始化一些计数器或读取一个文件以便稍后在解析中使用它。我该怎么做?覆盖__init__?还是有其他更好的方法?...
__init__
取决于您的需要,无论是项目级别,还是简单地蜘蛛级别覆盖init是最好的方法。