Home
last modified time | relevance | path

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

/seL4-master/tools/
A Dlex.py54 StringTypes = (types.StringType, types.UnicodeType)
57 StringTypes = (str, bytes) variable
279 if not isinstance(c, StringTypes):
649 if not isinstance(c, StringTypes) or len(c) > 1:
674 if not isinstance(name, StringTypes):
730 elif isinstance(t, StringTypes):

Completed in 6 milliseconds