is_home_connectable

pyrcs.utils.is_home_connectable()[source]

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