INNER CODE UNIT · Python

General

casualsnek/waydroid_script · stuff/general.py:12

class General:
    files = []

    @property
    def arch(self):
        return host()

    @property
    def skip_extract(self):
        return False

    @property
    def download_loc(self):
        return os.path.join(get_download_dir(), self.dl_file_name)

    @property
    def copy_dir(self):
        if container.use_overlayfs():

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…