| .. | |||||
| __pycache__ | |||||
| mainloop | |||||
| __init__.py | |||||
| _compat.py | |||||
| _dbus.py | |||||
| _expat_introspect_parser.py | |||||
| bus.py | |||||
| connection.py | |||||
| decorators.py | |||||
| exceptions.py | |||||
| gi_service.py | |||||
| glib.py | |||||
| lowlevel.py | |||||
| proxies.py | |||||
| server.py | |||||
| service.py | |||||
| types.py |
# Python 2 / Python 3 compatibility helpers. # SPDX-License-Identifier: MIT import sys is_py3 = (sys.version_info.major == 3) is_py2 = not is_py3
| .. | |||||
| __pycache__ | |||||
| mainloop | |||||
| __init__.py | |||||
| _compat.py | |||||
| _dbus.py | |||||
| _expat_introspect_parser.py | |||||
| bus.py | |||||
| connection.py | |||||
| decorators.py | |||||
| exceptions.py | |||||
| gi_service.py | |||||
| glib.py | |||||
| lowlevel.py | |||||
| proxies.py | |||||
| server.py | |||||
| service.py | |||||
| types.py |