kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

make fn._ pickle #55

Closed zzl0 closed 3 years ago

zzl0 commented 10 years ago

I want use fn._ in a spark program. e.g.

 num = rdd.filter('00:00:00' <= _[0] <= '12:00:00')

but I got serialize error, can any one give me some advice to solve this problem.

zzl0 commented 3 years ago

close-inactive-issue