Home | History | Annotate | Download | only in python2.7

Lines Matching full:none

23     def __init__(self, instream=None, infile=None, posix=False):
26 if instream is not None:
31 self.infile = None
34 self.eof = None
54 self.source = None
65 def push_source(self, newstream, newfile=None):
74 if newfile is not None:
98 if self.source is not None:
130 if self.state is None:
135 self.state = None # end of file
201 self.state = None # end of file
240 result = None
257 def error_leader(self, infile=None, lineno=None):
259 if infile is None:
261 if lineno is None: