MCPcopy
hub / github.com/tensorflow/tensorboard / next

Method next

tensorboard/compat/tensorflow_stub/io/gfile.py:811–812  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

809 raise StopIteration()
810
811 def next(self):
812 return self.__next__()
813
814 def flush(self):
815 if self.closed:

Callers 15

initializeAndSubscribeFunction · 0.80
flushFetchRunsFunction · 0.80
ngOnDestroyMethod · 0.80
onRegexInputOnChangeMethod · 0.80
onRegexTypeOnChangeMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80

Calls 1

__next__Method · 0.95

Tested by

no test coverage detected