Searched defs:return_str (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Python/
H A Dcompile.c1727 static identifier return_str; local
1747 if (!return_str) {
1748 return_str = PyUnicode_InternFromString("return");
1749 if (!return_str)
1752 if (!compiler_visit_argannotation(c, return_str, returns, names)) {
/external/python/cpython3/Modules/
H A Dposixmodule.c3487 int return_str; /* if false, return bytes */ local
3500 return_str = 1;
3513 return_str = !(PyBytes_Check(path->object));
3517 return_str = 1;
3557 if (return_str)

Completed in 368 milliseconds