Lines Matching refs:item
53 item = ''
55 item = newText[2:-11]
57 item = newText[:-2]
61 if(item in line):
62 if ((item + "=y" in line) or (item + " is not set" in line)):
63 print("Already has this item: " + item)
66 assert positionInedx >= 0, "If want to add an item, first 'positionInedx' must be >= 0"
71 print("Add item: "+item)