Lines Matching full:none
29 def errmsg(msg, doc, pos, end=None):
31 if end is None:
43 'null': None,
47 return c[match.group(0)], None
57 return res, None
68 def scanstring(s, end, encoding=None, _b=BACKSLASH, _m=STRINGCHUNK.match):
69 if encoding is None:
76 if chunk is None:
112 encoding = getattr(context, 'encoding', None)
129 encoding = getattr(context, 'encoding', None)
154 object_hook = getattr(context, 'object_hook', None)
155 if object_hook is not None:
219 | null | None |
229 def __init__(self, encoding=None, object_hook=None):