Skip to main content

platform

TOC

Attributes

🅰 platform

platform = PlatformInfo() #watch updates in daemon

Functions

🅵 load_send_platform_info

@on_workspace_loaded(name="show-platform-information")
def load_send_platform_info():

Classes

🅲 PlatformInfo

class PlatformInfo:

🅼 __init__

def __init__(self):

🅼 username

@property
def username(self):

🅼 machine

@property
def machine(self):

🅼 processor

@property
def processor(self):

🅼 os_name

@property
def os_name(self):

🅼 os_release

@property
def os_release(self):

🅼 python_version

@property
def python_version(self):

🅼 python_build

@property
def python_build(self):

🅼 json

@property
def json(self):

🅼 __str__

def __str__(self) -> str: