Select the types of activity you want to include in your feed.
1from bundle import bundler 2 3bundles = bundler(1, 2) 4functions = bundles.functions 5deinos = bundles.deinos 6integers = bundles.type(int) 7strings = bundles.type(str) 8 9assert hash(bundles) == hash(bundles.copy())