Home
last modified time | relevance | path

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

/aosp_15_r20/external/starlark-go/starlark/
H A Dlibrary.go105 "codepoint_ords": NewBuiltin("codepoint_ords", string_iterable),
106 "codepoints": NewBuiltin("codepoints", string_iterable), // sic
108 "elem_ords": NewBuiltin("elem_ords", string_iterable),
109 "elems": NewBuiltin("elems", string_iterable), // sic
1452 func string_iterable(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func