Open
Description
Feature
This feature would be based on Fortran derived-types support in f2py
. When defining a new Fortran type, one can also define module procedures that overrides the assignment or operators on this derived-type.
#15006 is providing support to properly parse operator() and assigment() definitions from a module file. Depending on how Fortran derived-type support is implemented in f2py, operator() and assigment() definitions could then be used.