Reference 〉 Function

checkGrid.items()

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.

Notes and Examples

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.