Is there an override that allows the __init__ of a class to create another class object instead?

后端 未结 0 1298
不思量自难忘°
不思量自难忘° 2021-01-16 03:58

This is pertaining to the sympy module. For example,

x, y = symbols(\'x y\')
expr = Mul(x * y)
type(expr) == Mul

will return true. However,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题