MCPcopy
hub / github.com/beetbox/beets / add

Method add

beets/test/_common.py:137–138  ·  view source on GitHub ↗
(self, s: str)

Source from the content-addressed store, hash-verified

135 self.buf: list[str] = []
136
137 def add(self, s: str) -> None:
138 self.buf.append(f"{s}\n")
139
140 def close(self) -> None:
141 pass

Callers 6

itemFunction · 0.45
addinputMethod · 0.45
add_itemMethod · 0.45
add_item_fixtureMethod · 0.45
add_item_fixturesMethod · 0.45
add_album_fixtureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected