Generic¶
- exporter.leaf_tags.generic.generate_key_leaf_tag(key)[source]¶
Build a
LeafTagnamedkey, that returns thekeyfrom the context.
- exporter.leaf_tags.generic.generate_count_leaf_tag(infix)[source]¶
Build a
LeafTagnamed{infix.lower()}Countwith alevelargument, that returns the{level}{infix}Countfrom the context.
- exporter.leaf_tags.generic.generate_sample_leaf_tag(key)[source]¶
Build a
LeafTagnamedkeywithmodeandmaxarguments, that returns a sample of thekeyfrom the context.