uproot.model.classname_regularize
Defined in uproot.model on line 149.
- uproot.model.classname_regularize(classname)
- Removes spaces around - <,- >, and- ::characters in a classname so that they can be matched by string name.- If - classnameis None, this function returns None. Otherwise, it must be a string and it returns a string.