|
|
|
append(*args,
**kwargs)
Set the message's arguments from the positional parameter, according to
the signature given by the signature keyword parameter. |
source code
|
|
|
copy(message)
Deep-copy the message, resetting the serial number to zero. |
source code
|
|
|
|
|
get_auto_start(message)
Return true if this message will cause an owner for the destination name
to be auto-started. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
get_path()
Return the message's destination object path (if it's a method call) or
source object path (if it's a method reply or a signal) or None (if it
has no path). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
has_destination(...)
has_destination(bus_name: str) -> bool |
source code
|
|
|
has_interface(...)
has_interface(interface: str or None) -> bool |
source code
|
|
|
has_member(...)
has_member(name: str or None) -> bool |
source code
|
|
|
has_path(...)
has_path(name: str or None) -> bool |
source code
|
|
|
has_sender(...)
has_sender(unique_name: str) -> bool |
source code
|
|
|
has_signature(...)
has_signature(signature: str) -> bool |
source code
|
|
|
|
|
is_method_call(...)
is_method_call(interface: str, member: str) -> bool |
source code
|
|
|
is_signal(...)
is_signal(interface: str, member: str) -> bool |
source code
|
|
|
set_auto_start(message,
bool)
Set whether this message will cause an owner for the destination name
to be auto-started. |
source code
|
|
|
set_destination(...)
set_destination(bus_name: str or None) |
source code
|
|
|
set_error_name(...)
set_error_name(name: str or None) |
source code
|
|
|
set_interface(...)
set_interface(name: str or None) |
source code
|
|
|
set_member(...)
set_member(unique_name: str or None) |
source code
|
|
|
|
|
|
|
|
|
set_sender(...)
set_sender(unique_name: str or None) |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|