Returns a list of tuples corresponding to key-value pairs of the added textCheck
objects, by analogy to dict.items()
.
Return Value — list[tuple(str,textCheck)]
A list of key-value pair tuples with the attached textCheck elements and their keys.
Returns a list of tuples corresponding to key-value pairs of the added textCheck
objects, by analogy to dict.items()
.
A list of key-value pair tuples with the attached textCheck elements and their keys.
Notes and Examples