Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c310 static char *Bytes_fields[]={ variable
955 Bytes_type = make_type("Bytes", expr_type, Bytes_fields, 1); in init_types()