Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c3031 const char *joined_str; in object_new() local
3058 joined_str = PyString_AsString(joined); in object_new()
3059 if (joined_str == NULL) in object_new()
3066 joined_str); in object_new()