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

Method getname

Lib/wave.py:143–145  ·  view source on GitHub ↗

Return the name (ID) of the current chunk.

(self)

Source from the content-addressed store, hash-verified

141 self.seekable = True
142
143 def getname(self):
144 """Return the name (ID) of the current chunk."""
145 return self.chunkname
146
147 def close(self):
148 if not self.closed:

Callers 1

initfpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected