HEX
Server: nginx/1.24.0
System: Linux localhost 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: www (1000)
PHP: 8.3.27
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //usr/lib/python3/dist-packages/DistUpgrade/__pycache__/SimpleGtk3builderApp.cpython-310.pyc
o

>I�c�@s*dZddlZddlmZGdd�d�ZdS)z�
 SimpleGladeApp.py
 Module that provides an object oriented abstraction to pygtk and libglade.
 Copyright (C) 2004 Sandino Flores Moreno
�N)�Gtkc@s$eZdZdd�Zdd�Zdd�ZdS)�SimpleGtkbuilderAppcCszt��|_|j�|�|j�|�|j�|�|j��D]}tt|�tj	�r3tj	�
|�}t|||�qt�
d|�qdS)Nz"WARNING: can not get name for '%s')r�Builder�builder�set_translation_domain�
add_from_file�connect_signals�get_objects�
issubclass�type�	Buildable�get_name�setattr�logging�debug)�self�path�domain�o�name�r�B/usr/lib/python3/dist-packages/DistUpgrade/SimpleGtk3builderApp.py�__init__s
�zSimpleGtkbuilderApp.__init__cCs,zt��WdSty|��YdSw)z�
        Starts the main loop of processing events checking for Control-C.

        The default implementation checks wheter a Control-C is pressed,
        then calls on_keyboard_interrupt().

        Use this method for starting programs.
        N)r�main�KeyboardInterrupt�on_keyboard_interrupt�rrrr�run*s
	�zSimpleGtkbuilderApp.runcCsdS)z�
        This method is called by the default implementation of run()
        after a program is finished by pressing Control-C.
        Nrrrrrr8sz)SimpleGtkbuilderApp.on_keyboard_interruptN)�__name__�
__module__�__qualname__rrrrrrrrsr)�__doc__r�
gi.repositoryrrrrrr�<module>s