我正在阅读一些经验丰富的程序员编写的一些代码,但我不明白其中的某些部分。不幸的是,我是 Python 编程的新手。
这是让我感到困惑的代码行:
realworld = ConcreteRealWorldScheduler(RealWorldScenario(newscenario)).schedule()
概括地说,我将再次重写它
variable = OneConcreteClass(OneClass(anotherVariable)).method()
这部分最让我困惑:
(RealWorldScenario(newscenario))
如果有人能给我一个详尽的描述,那将非常有帮助。
谢谢