MCPcopy Create free account
hub / github.com/iovisor/bcc / __next__

Method __next__

src/python/bcc/table.py:1181–1182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1179 return self
1180
1181 def __next__(self):
1182 return self.next()
1183
1184 def next(self):
1185 self.n += 1

Callers

nothing calls this directly

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected