Searched refs:string_upper (Results 1 – 2 of 2) sorted by relevance
33 output = string_ops.string_upper(strings)41 output = string_ops.string_upper(strings)49 output = string_ops.string_upper(strings, encoding="utf-8")
2023 string_upper(PyStringObject *self) in string_upper() function3640 {"upper", (PyCFunction)string_upper, METH_NOARGS, upper__doc__},