Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/module/
Dmodule.py94 if not valid_identifier(name):
271 def valid_identifier(name): function
/external/python/cpython3/Objects/
Dtypeobject.c2253 valid_identifier(PyObject *s) in valid_identifier() function
2487 if (!valid_identifier(tmp)) in type_new()
/external/python/cpython2/Objects/
Dtypeobject.c1994 valid_identifier(PyObject *s) in valid_identifier() function
2240 if (!valid_identifier(tmp)) in type_new()