Skip to content

Commit 10c1545

Browse files
committed
pydbus: add stubtest_allowlist
1 parent f4d3bdd commit 10c1545

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)