How to return List with custom methods #3492
Unanswered
thewh1teagle
asked this question in
Questions
Replies: 1 comment
-
Sorry for the delay in response. At the moment extending |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
I'm trying to return List of dict where the list have custom methods to manipulate the data
in python it looks like:
You can see what I tried here
Basically I want to be able to use method
to_cookiejar
on the Objects I return from thepyfunctions
therelib.rs#L10
Beta Was this translation helpful? Give feedback.
All reactions