MCPcopy Index your code
hub / github.com/python/cpython / __iter__

Method __iter__

Lib/test/test_descr.py:2637–2638  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2635 self.first = first
2636 self.last = last
2637 def __iter__(self):
2638 return iter([self.first, self.last])
2639
2640 d = dict([AddressBookEntry('Tim', 'Warsaw'),
2641 AddressBookEntry('Barry', 'Peters'),

Callers 2

test_dictsMethod · 0.45
test_spam_dictsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected