Skip to content

Commit

Permalink
fake-dbus-module: Add call_async() method to SessionBus
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikonen committed Dec 29, 2023
1 parent e96a644 commit c7529ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/fake-dbus-module/dbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ def __init__(self, *args, **kwargs):
def add_signal_receiver(self, *args, **kwargs):
pass

def call_async(self, *args, **kwargs):
pass

def name_has_owner(self, *args, **kwargs):
return False

Expand Down

0 comments on commit c7529ee

Please sign in to comment.