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
It would be useful for the underscore function to be serializable. The two primary use cases would be pickling for storage, but more commonly pickling to execute a function in parallel.
The following doesn't work using pickle or the more powerful dill package:
It would be useful for the underscore function to be serializable. The two primary use cases would be pickling for storage, but more commonly pickling to execute a function in parallel.
The following doesn't work using
pickle
or the more powerfuldill
package:My very specific use case is for https://github.com/EntilZha/PyFunctional where you can do this to run a map in parallel:
The text was updated successfully, but these errors were encountered: