ACIL FM
Dark
Refresh
Current DIR:
/usr/lib/python3.9/site-packages/cloudinit/distros/parsers
/
usr
lib
python3.9
site-packages
cloudinit
distros
parsers
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
__pycache__
-
chmod
Open
Rename
Delete
hostname.py
2.41 MB
chmod
View
DL
Edit
Rename
Delete
hosts.py
2.66 MB
chmod
View
DL
Edit
Rename
Delete
ifconfig.py
8.92 MB
chmod
View
DL
Edit
Rename
Delete
networkmanager_conf.py
682 B
chmod
View
DL
Edit
Rename
Delete
resolv_conf.py
5.12 MB
chmod
View
DL
Edit
Rename
Delete
sys_conf.py
3.81 MB
chmod
View
DL
Edit
Rename
Delete
__init__.py
540 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/lib/python3.9/site-packages/cloudinit/distros/parsers/__init__.py
# Copyright (C) 2012 Yahoo! Inc. # # Author: Joshua Harlow <harlowja@yahoo-inc.com> # # This file is part of cloud-init. See LICENSE file for license information. def chop_comment(text, comment_chars): comment_locations = [text.find(c) for c in comment_chars] comment_locations = [c for c in comment_locations if c != -1] if not comment_locations: return (text, "") min_comment = min(comment_locations) before_comment = text[0:min_comment] comment = text[min_comment:] return (before_comment, comment)
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply