MCPcopy
hub / github.com/Guovin/iptv-api / get

Method get

utils/alias.py:36–40  ·  view source on GitHub ↗

Get the alias by name

(self, name: str)

Source from the content-addressed store, hash-verified

34 self.alias_to_primary[primary] = primary
35
36 def get(self, name: str):
37 """
38 Get the alias by name
39 """
40 return self.primary_to_aliases.get(name, set())
41
42 def get_primary(self, name: str):
43 """

Callers 15

visit_pageMethod · 0.80
mark_url_goodFunction · 0.80
is_url_frozenFunction · 0.80
get_current_frozen_setFunction · 0.80
ipv_typeMethod · 0.80
ipv_type_preferMethod · 0.80
origin_type_preferMethod · 0.80
min_resolutionMethod · 0.80
max_resolutionMethod · 0.80
source_fileMethod · 0.80
final_fileMethod · 0.80
update_time_positionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected