MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getname

Method getname

tools/python-3.11.9-amd64/Lib/wave.py:129–131  ·  view source on GitHub ↗

Return the name (ID) of the current chunk.

(self)

Source from the content-addressed store, hash-verified

127 self.seekable = True
128
129 def getname(self):
130 """Return the name (ID) of the current chunk."""
131 return self.chunkname
132
133 def close(self):
134 if not self.closed:

Callers 1

initfpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected