Getting Started
Module Guide
PrioritySampler
PrioritySampler.__init__()
PrioritySampler.add()
PrioritySampler.sample()
PrioritySampler.update()
PrioritySampler.get_all_samples()
get_dict_obj()
find_products()
to_expand()
split_config()
dict_hash()
Bases: object
object
Creates a priority sampler
max_size (int) – maximum size of the queue
priority_scale (float) – 0.0 is a pure uniform sampling, 1.0 is completely priority sampling
Recursively splits the given object
MD5 hash of a dictionary.