is_home_connectable

pyrcs.utils.is_home_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_home_connectable
>>> is_home_connectable()
True