MCPcopy Create free account
hub / github.com/modelscope/FunASR / read

Method read

funasr/models/campplus/utils.py:485–491  ·  view source on GitHub ↗

Read. Args: filepath: TODO.

(self, filepath)

Source from the content-addressed store, hash-verified

483 raise NotImplementedError("OSSStorage.__init__ to be implemented in the future")
484
485 def read(self, filepath):
486 """Read.
487
488 Args:
489 filepath: TODO.
490 """
491 raise NotImplementedError("OSSStorage.read to be implemented in the future")
492
493 def read_text(self, filepath, encoding="utf-8"):
494 """Read text.

Callers 1

as_local_pathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected