Closed Dario-DC closed 5 months ago
Checklist:
Update index.md
Closes #XXXXX
Following the suggestions on #54140:
__dict__
vars()
__getattribute__()
getattr()
if
isinstance
R2Vector
R3Vector
Checklist:
Update index.md
)Closes #XXXXX
Following the suggestions on #54140:
__dict__
has been substituted withvars()
__getattribute__()
has been substituted withgetattr()
if
statements that were usingisinstance
has been replaced because it wasn't preventing from performing operations betweenR2Vector
andR3Vector
instances.