How to generate python script for a cae file in abaqus?
Answers
Answered by
0
In Python 3, classes extend object implicitly, whether you say so yourself or not. In Python 2, there's old-style and new-style classes. To signal a class is new-style, you have to inherit explicitly from object . ... Inherit from object explicitly.
Similar questions