Lines Matching refs:empty

189       * If the substitution text is empty, the source line
193 * If the substitution text is not empty:
232 If the last line is empty, prefix is not prepended
253 If the last line is empty, suffix is not appended
499 If required is empty, left must also be empty.
1176 # (they mustn't be None, but they could be an empty string.)
1203 # and wrap each non-empty value in \n's
1524 not empty, this is the indent *after* removing the
1530 is empty, preindent must always be empty too.
2065 warn("Destination buffer " + repr(name) + " not empty at end of file, emptying.")
2310 return_converter, return_annotation=inspect.Signature.empty,
2388 def __init__(self, name, kind, *, default=inspect.Parameter.empty,
2389 function, converter, annotation=inspect.Parameter.empty,
2764 If no initialization is necessary, returns an empty string.
2772 If no initialization is necessary, returns an empty string.
2780 If no operation is necessary, return an empty string.
2788 If no cleanup is necessary, returns an empty string.
3982 # we can't tell anything from an empty line
4150 fail("Can't 'output pop', stack is empty!")
4227 # Ignore empty lines too
4799 fail("Function " + self.function.name + " has an empty group.\nAll groups must contain at least one parameter.")
5090 # * either the docstring is empty,
5100 "a single line summary followed by an empty line.")
5103 # add an empty line after the summary line so we have space
5249 if parameter.default != inspect.Parameter.empty:
5267 print("Usage error: --srcdir must not be empty with --make.")