MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / next

Method next

Lib/StringIO.py:68–79  ·  view source on GitHub ↗

A file object is its own iterator, for example iter(f) returns f (unless f is closed). When a file is used as an iterator, typically in a for loop (for example, for line in f: print line), the next() method is called repeatedly. This method returns the next input line,

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

readlineMethod · 0.95
_complain_ifclosedFunction · 0.85

Tested by

no test coverage detected