vmd.label.listall

vmd.label.listall()

Get labels in the given label category.

Parameters:category (str) – Label category to list, in [‘atoms’,’bonds’,’dihedrals’]
Returns:(dict)
All labels, with keys ‘molid’, ‘atomid’, ‘value’, and ‘on’.
Molid and atomid will be tuples, value will be a float or None, and on will be True or False.