Home
last modified time | relevance | path

Searched refs:_is_num (Results 1 – 1 of 1) sorted by relevance

/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py2652 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
2943 def _is_num(name): function