is_homepage_connectable¶ pyrcs.utils.is_homepage_connectable()[source]¶ Checks and returns whether the Railway Codes website is reacheable. Returns: Whether the Railway Codes website is reacheable. Return type: bool Examples: >>> from pyrcs.utils import is_homepage_connectable >>> is_homepage_connectable() True