MCPcopy
hub / github.com/dnhkng/GLaDOS / extend

Method extend

glados/whisper_cpp_wrapper.py:698–701  ·  view source on GitHub ↗

Add a list of directories to our set

(self, directories)

Source from the content-addressed store, hash-verified

696 self.order += 1
697
698 def extend(self, directories):
699 """Add a list of directories to our set"""
700 for a_dir in directories:
701 self.add(a_dir)
702
703 def ordered(self):
704 """Sort the list of directories"""

Callers 3

_phonemes_to_idsMethod · 0.80
getdirsMethod · 0.80
_create_ld_so_cacheMethod · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected