armi.utils.parsing module¶
This file contains tools for common tasks in parsing in python strings into non-string values
-
armi.utils.parsing.parseType(source, allowNone=False)[source]¶ Tries to parse a Python type, expecting input to be the type or a string.