Definitions
Sorry, no definitions found. Check out and contribute to the discussion of this word!
Etymologies
Sorry, no etymologies found.
Support

Help support Wordnik (and make this page ad-free) by adopting the word ntuple.
Examples
-
"Return a sequence of namedtuples in the form header+body" header, body = headtail (header_plus_body) ntuple = ntuple or namedtuple ( 'NamedTuple', header) yield ntuple (* header) for row in body: yield ntuple (* row) def test1 ():
Planet Python 2009
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.