runway.context.sys_info module¶
System Information.
- final class runway.context.sys_info.OsInfo[source]¶
Bases:
objectInformation about the operating system running on the current system.
- static __new__(cls, *args: Any, **kwargs: Any) OsInfo[source]¶
Create a new instance of class.
This class is a singleton so it will always return the same instance.
- classmethod clear_singleton() None[source]¶
Clear singleton instances.
Intended to only be used for running tests.
- final class runway.context.sys_info.SystemInfo[source]¶
Bases:
objectInformation about the system running Runway.
- static __new__(cls, *args: Any, **kwargs: Any) SystemInfo[source]¶
Create a new instance of class.
This class is a singleton so it will always return the same instance.