There is no SymbolType.LABEL which seems expected considering there are SymbolType.FUNCTION et al.
Environment:
@rgov can I close this out?
Well, it's definitely counterintuitive that the "Label" symbol type constant is called CODE while all the other ones match pretty closely. Is there a reason why it shouldn't change to LABEL or the description change to "Code"?
It looks like we recently renamed the name to "Label" but didn't fix up the name of the variable, probably for backwards compatibility purposes. We should rename it to LABEL, and deprecate CODE, removing it in a few releases so we don't break anything.
Most helpful comment
Well, it's definitely counterintuitive that the "Label" symbol type constant is called
CODEwhile all the other ones match pretty closely. Is there a reason why it shouldn't change toLABELor the description change to"Code"?