Home
last modified time | relevance | path

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

/nanopb-3.4.0/generator/
Dnanopb_generator.py198 strtypes = (unicode, str) variable
202 return strtypes[1](x)
204 return strtypes[0](x)
206 strtypes = (str, )
214 elif isinstance(parts, strtypes):
228 if isinstance(other, strtypes):
274 elif isinstance(value, strtypes + (Names,)):
288 elif isinstance(other, strtypes + (Names,)):