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

Lines Matching defs:string

34 where kind is a string of two characters: the first is '-' if the
46 If infile or outfile are the empty string, standard input is read or
63 import string
112 'Template.append: cmd must be a string'
134 'Template.prepend: cmd must be a string'
195 # [input filename or '', command string, kind, output filename or '']
262 # Reliably quote a string as a single argument for /bin/sh
265 _safechars = frozenset(string.ascii_letters + string.digits + '@%_-+=:,./')
268 """Return a shell-escaped version of the file string."""
277 # the string $'b is then quoted as '$'"'"'b'