RB
Size: a a a
RB
AM
SZ
💭П
print(f">>> Attention Status") if DEBUG else Noneон работает и не вызывает проблем.
None if self.check_host(host) else return None
💭П
if not self.check_host(host):
return None
RB
in
if not self.check_host(host):
return None
RB
if not self.check_host(host):
return None
💭П
in
💭П
return True if check_host in [station.value for station in StationHosts] else False
in
return check_host in [station.value for station in StationHosts]
F
print(f">>> Attention Status") if DEBUG else Noneон работает и не вызывает проблем.
None if self.check_host(host) else return None
💭П
return check_host in [station.value for station in StationHosts]
RB
return True if check_host in [station.value for station in StationHosts] else False
return True if True else False
💭П
return True if True else False
RB
💭П