add_symbol method

add_symbol

Add an occurance of the symbol to the specified context.

def add_symbol(self, context, symbol):
    ...
ParameterTypeDescription
contextintadd the occurrence to this context’s histogram
symbolintadd an occurrence of this symbol to the histogram

See Also