You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally pythonNet method binder could detect if a PyObject is actually just a CLRObject (wrapped C# instance), get it's type and try to find the best method match for it, if none, fall back to any method taking a PyObject instead. Similar to the implicit conversion matching system. Else it requires C# side to determine the PyObject type instead to handle it correctly
The text was updated successfully, but these errors were encountered:
Ideally pythonNet method binder could detect if a PyObject is actually just a CLRObject (wrapped C# instance), get it's type and try to find the best method match for it, if none, fall back to any method taking a PyObject instead. Similar to the implicit conversion matching system. Else it requires C# side to determine the PyObject type instead to handle it correctly
The text was updated successfully, but these errors were encountered: