pyrseus.core.pickle.get_round_trip_keywords¶
- pyrseus.core.pickle.get_round_trip_keywords()[source]¶
Helper for creating executors that wrap
try_pickle_round_tripand/orcall_with_round_trip_pickling.>>> sorted(get_round_trip_keywords()) ['dumps', 'hide_main', 'loads', 'protocol']