Home
last modified time | relevance | path

Searched defs:str2bytes (Results 1 – 1 of 1) sorted by relevance

/external/python/cffi/c/
Dtest_c.py29 str2bytes = str variable
41 str2bytes = lambda s: bytes(s, "ascii") function