MCPcopy Create free account
hub / github.com/Kitware/VTK / __iter__

Method __iter__

Wrapping/Python/vtkmodules/util/data_model.py:207–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205 return True
206
207 def __iter__(self):
208 return iter(self.keys())
209
210 def __len__(self):
211 return self.GetNumberOfArrays()

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected