Searched refs:string_isdigit (Results 1 – 2 of 2) sorted by relevance
/external/starlark-go/starlark/ |
D | library.go | 116 "isdigit": NewBuiltin("isdigit", string_isdigit), 1551 func string_isdigit(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 3409 string_isdigit(PyStringObject *self) in string_isdigit() function 3644 {"isdigit", (PyCFunction)string_isdigit, METH_NOARGS, isdigit__doc__},
|