MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __iter__

Method __iter__

tools/python-3.11.9-amd64/Lib/cgi.py:512–513  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510 self.name, self.filename, self.value)
511
512 def __iter__(self):
513 return iter(self.keys())
514
515 def __getattr__(self, name):
516 if name != 'value':

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected