Searched refs:str2ident (Results 1 – 2 of 2) sorted by relevance
51 def str2ident(s): function57 compat_ident = str2ident(compat)
403 name = str2ident(cell_name)595 prop_id = str2ident(prop_name)857 name = str2ident(entry.name)868 cell_ident = str2ident(cell)916 ident = str2ident(compat)970 def str2ident(s: str) -> str: function