PATH: //lib64/python3.9/site-packages/gi
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 _constants.py
↓
X
📄 _error.py
↓
X
📄 _gi.cpython-39-x86_64-linux-gnu.so
↓
X
📄 _gtktemplate.py
↓
X
📄 _option.py
↓
X
📄 _ossighelper.py
↓
X
📄 _propertyhelper.py
↓
X
📄 _signalhelper.py
↓
X
📄 docstring.py
↓
X
📄 importer.py
↓
X
📄 module.py
↓
X
📄 pygtkcompat.py
↓
X
📄 types.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: pygtkcompat.py
import warnings from gi import PyGIDeprecationWarning warnings.warn('gi.pygtkcompat is being deprecated in favor of using "pygtkcompat" directly.', PyGIDeprecationWarning) # pyflakes.ignore from pygtkcompat import (enable, enable_gtk, enable_vte, enable_poppler, enable_webkit, enable_gudev, enable_gst, enable_goocanvas) __all__ = ['enable', 'enable_gtk', 'enable_vte', 'enable_poppler', 'enable_webkit', 'enable_gudev', 'enable_gst', 'enable_goocanvas']
SIMPAN PERUBAHAN