Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Dlibrary.go117 "islower": NewBuiltin("islower", string_islower),
1565 func string_islower(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/external/python/cpython2/Objects/
Dstringobject.c3440 string_islower(PyStringObject *self) in string_islower() function
3641 {"islower", (PyCFunction)string_islower, METH_NOARGS, islower__doc__},