This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 209 B View raw
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())