We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d3bdd commit 10c1545Copy full SHA for 10c1545
stubs/pydbus/@tests/stubtest_allowlist.txt
@@ -0,0 +1,10 @@
1
+# Probably not an intentional export
2
+pydbus.Variant
3
+# This is only used to add a method to Gio.DBusConnection. Likely only for internal use.
4
+pydbus.bus.pydbus_property
5
+# Flag value default is literal 0, but we can use nice enums for these
6
+pydbus.bus_names.OwnMixin.own_name
7
+pydbus.bus_names.WatchMixin.watch_name
8
+pydbus.subscription.SubscriptionMixin.subscribe
9
+# Necessary to access D-Bus methods and properties
10
+pydbus.proxy.ProxyObject.__getattr__
0 commit comments