MCPcopy Index your code
hub / github.com/python/cpython / read

Method read

Lib/test/test_shutil.py:3014–3015  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

3012 self._raise_in_exit = raise_in_exit
3013 self._suppress_at_exit = suppress_at_exit
3014 def read(self, *args):
3015 return ''
3016 def __enter__(self):
3017 self._entered = True
3018 def __exit__(self, exc_type, exc_val, exc_tb):

Callers 7

read_fileFunction · 0.45
_check_move_fileMethod · 0.45
assert_files_eqMethod · 0.45
setUpClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected