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

Function input

Lib/fileinput.py:91–103  ·  view source on GitHub ↗

Return an instance of the FileInput class, which can be iterated. The parameters are passed to the constructor of the FileInput class. The returned instance, in addition to being an iterator, keeps global state for the functions of this module,.

(files=None, inplace=0, backup="", bufsize=0,
          mode="r", openhook=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

testFunction · 0.85
_testFunction · 0.85
testFunction · 0.85

Calls 1

FileInputClass · 0.85

Tested by

no test coverage detected