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

Method replace

beetsplug/titlecase.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104
105 @cached_property
106 def replace(self) -> list[tuple[str, str]]:
107 return self.config["replace"].as_pairs(default_value="")
108
109 @cached_property
110 def the_artist(self) -> bool:

Callers 15

get_refsFunction · 0.80
abs_query_pathMethod · 0.80
test_absoluteMethod · 0.80
test_truncateMethod · 0.80
applied_track_pathMethod · 0.80
_assert_destMethod · 0.80
TestDateIntervalClass · 0.80
test_playlist_updateMethod · 0.80
sourceMethod · 0.80
replace_contentsMethod · 0.80

Calls

no outgoing calls

Tested by 12

abs_query_pathMethod · 0.64
test_absoluteMethod · 0.64
test_truncateMethod · 0.64
applied_track_pathMethod · 0.64
_assert_destMethod · 0.64
test_playlist_updateMethod · 0.64
replace_contentsMethod · 0.64
find_media_fileMethod · 0.64