Lines Matching refs:line
30 <package>.pth; its contents are additional directories (one per line)
162 For each line in the file, either combine it with sitedir to a path
179 for n, line in enumerate(f):
180 if line.startswith("#"):
182 if line.strip() == "":
185 if line.startswith(("import ", "import\t")):
186 exec(line)
188 line = line.rstrip()
189 dir, dircase = makepath(sitedir, line)
194 print("Error processing line {:d} of {}:\n".format(n+1, fullname),
198 for line in record.splitlines():
199 print(' '+line, file=sys.stderr)
235 The function tests for the command line flag (including environment var),
239 False: Disabled by user (command line option)
518 for line in f:
519 if '=' in line:
520 key, _, value = line.partition('=')