get_total_symbol_frequency method

get_total_symbol_frequency

Get the total occurrences of all the symbols in this context.

Returns

total occurances of all symbols for the given context

def get_total_symbol_frequency(self, context):
    ...
ParameterTypeDescription
contextintuse this context’s
histogram

See Also