is_home_connectable

pyrcs.utils.is_home_connectable()

Check whether the Railway Codes website is connectable.

Returns:

Whether the Railway Codes website is connectable.

Return type:

bool

Example:

>>> from pyrcs.utils import is_home_connectable

>>> is_home_connectable()
True