Replies: 1 comment 5 replies
-
To work with the Python representation of number you should use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to execute asynchronous functions in methods using the pyo3_asyncio library, based mainly on this example issue #1632
I'd like to continue working with the reference of my object that has been cloned, as this object is modified in the asynchronous function.
An example of what I want to do is shown below.
Do you have any ideas on how I could do this?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions