astromodels.utils.valid_variable module

astromodels.utils.valid_variable.is_valid_variable_name(string_to_check)[source]

Returns whether the provided name is a valid variable name in Python

Parameters

string_to_check – the string to be checked

Returns

True or False