ACIL FM
Dark
Refresh
Current DIR:
/usr/lib/python3.9/site-packages/cloudinit/cmd/devel
/
usr
lib
python3.9
site-packages
cloudinit
cmd
devel
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
__pycache__
-
chmod
Open
Rename
Delete
hotplug_hook.py
10.86 MB
chmod
View
DL
Edit
Rename
Delete
logs.py
13.87 MB
chmod
View
DL
Edit
Rename
Delete
make_mime.py
4.09 MB
chmod
View
DL
Edit
Rename
Delete
net_convert.py
5.57 MB
chmod
View
DL
Edit
Rename
Delete
parser.py
1.35 MB
chmod
View
DL
Edit
Rename
Delete
render.py
3.68 MB
chmod
View
DL
Edit
Rename
Delete
__init__.py
899 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/lib/python3.9/site-packages/cloudinit/cmd/devel/__init__.py
# This file is part of cloud-init. See LICENSE file for license information. """Common cloud-init devel command line utility functions.""" from cloudinit.helpers import Paths from cloudinit.stages import Init def read_cfg_paths(fetch_existing_datasource: str = "") -> Paths: """Return a Paths object based on the system configuration on disk. :param fetch_existing_datasource: String one of check or trust. Whether to load the pickled datasource before returning Paths. This is necessary when using instance paths via Paths.get_ipath method which are only known from the instance-id metadata in the detected datasource. :raises: DataSourceNotFoundException when no datasource cache exists. """ init = Init(ds_deps=[]) if fetch_existing_datasource: init.fetch(existing=fetch_existing_datasource) init.read_cfg() return init.paths
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply