MCPcopy 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

Calls

no outgoing calls