Source code for pypushflow.tests

from pypushflow import persistence


[docs] def actorinfo_filter(info): return info
persistence.register_actorinfo_filter(actorinfo_filter)