Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getfp
Method
getfp
Lib/wave.py:319–320 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
317
# User visible methods.
318
#
319
def
getfp(self):
320
return
self._file
321
322
def
rewind(self):
323
self._data_seek_needed = 1
Callers
2
test_context_manager_with_open_file
Method · 0.80
test_context_manager_with_filename
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_context_manager_with_open_file
Method · 0.64
test_context_manager_with_filename
Method · 0.64