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