Searched refs:string_islower (Results 1 – 2 of 2) sorted by relevance
/external/starlark-go/starlark/ |
D | library.go | 117 "islower": NewBuiltin("islower", string_islower), 1565 func string_islower(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 3440 string_islower(PyStringObject *self) in string_islower() function 3641 {"islower", (PyCFunction)string_islower, METH_NOARGS, islower__doc__},
|