dbus-objects:DBus对象在Python类型系统之上的实现

时间:2021-05-08 15:39:09
【文件属性】:
文件名称:dbus-objects:DBus对象在Python类型系统之上的实现
文件大小:28KB
文件格式:ZIP
更新时间:2021-05-08 15:39:09
python dbus hacktoberfest dbus-python dbus-objects dbus对象 DBus对象在Python类型系统之上实现。 整合: (阻止IO和后端) import random from typing import List import dbus_objects import dbus_objects . integration . jeepney class ExampleObject ( dbus_objects . DBusObject ): def __init__ ( self ): super (). __init__ ( default_interface_root = 'io.github.ffy00.dbus_objects.example' ) self . _bets = [] self . _name = 'something' @ dbus_obje
【文件预览】:
dbus-objects-master
----.gitignore(27B)
----setup.cfg(1KB)
----README.md(5KB)
----.github()
--------stale.yml(272B)
--------workflows()
----.pre-commit-config.yaml(625B)
----tests()
--------test_signature.py(4KB)
--------conftest.py(4KB)
--------test_jeepney_trio.py(1KB)
--------test_jeepney.py(1KB)
--------test_base_server.py(3KB)
--------__init__.py(251B)
--------test_object.py(4KB)
----docs()
--------conf.py(2KB)
--------index.rst(332B)
--------api.rst(595B)
--------CHANGELOG.rst(16B)
--------READEME.md(142B)
----examples()
--------simple.py(1KB)
--------jeepney_trio.py(632B)
----LICENSE(1KB)
----noxfile.py(758B)
----CHANGELOG.rst(349B)
----codecov.yml(15B)
----pyproject.toml(100B)
----setup.py(39B)
----dbus_objects()
--------integration()
--------types.py(1KB)
--------signature.py(4KB)
--------__init__.py(15KB)
----FUNDING.yml(14B)
----.readthedocs.yml(111B)

网友评论