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
not that I know of, and this would be tricky to support either way: I don't know of a reliable way to classify the different items as methods and attributes (__call__ / __getitem__ will always require special attention), and even more so if you have nested accessors, with the second one being callable (ds.accessor1.accessor2()).
I'm happy to be proven wrong, but for now I believe the explicit choice of the documentation method is a good thing.
Is there a way to avoid having to list all the members of the accessor? Possibly specifying a class which is returned by the accessor?
(e.g.: https://opendrift.github.io/trajan/api.html#methods)
The text was updated successfully, but these errors were encountered: