Searched defs:text (Results 1 - 1 of 1) sorted by relevance

/pkg/src/
H A Dpkgrepo.py94 def error(text, cmd=None):
98 text = "{0}: {1}".format(cmd, text)
105 text = str(text)
109 text_nows = text.lstrip()
110 ws = text[:len(text) - len(text_nows)]
1164 text = ("{0}".format(*line)).rstrip() variable
1165 if not text
[all...]

Completed in 11 milliseconds