Jeepney
Connecting to DBus and sending messages
Making and parsing messages
Generating D-Bus wrappers
API reference
Design & Limitations
What is D-Bus?
Release notes
Jeepney
Index
Index
Symbols
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
Symbols
--bus
python--m-jeepney.bindgen command line option
--file
python--m-jeepney.bindgen command line option
--name
python--m-jeepney.bindgen command line option
--output
python--m-jeepney.bindgen command line option
--path
python--m-jeepney.bindgen command line option
-f
python--m-jeepney.bindgen command line option
-n
python--m-jeepney.bindgen command line option
-o
python--m-jeepney.bindgen command line option
-p
python--m-jeepney.bindgen command line option
A
aclose() (jeepney.io.trio.DBusConnection method)
(jeepney.io.trio.DBusRouter method)
add_arg_condition() (jeepney.MatchRule method)
add_data() (jeepney.Parser method)
AddMatch() (jeepney.DBus method)
allow_interactive_authorization (jeepney.MessageFlag attribute)
authenticated (jeepney.auth.Authenticator attribute)
AuthenticationError
Authenticator (class in jeepney.auth)
B
BecomeMonitor() (jeepney.Monitoring method)
BEGIN (in module jeepney.auth)
big (jeepney.Endianness attribute)
body (jeepney.DBusErrorResponse attribute)
(jeepney.Message attribute)
body_length (jeepney.Header attribute)
C
close() (jeepney.FileDescriptor method)
(jeepney.io.asyncio.DBusConnection method)
(jeepney.io.blocking.DBusConnection method)
(jeepney.io.threading.DBusConnection method)
(jeepney.io.threading.DBusRouter method)
D
data_to_send() (jeepney.auth.Authenticator method)
DBus (class in jeepney)
DBusAddress (class in jeepney)
DBusConnection (class in jeepney.io.asyncio)
(class in jeepney.io.blocking)
(class in jeepney.io.threading)
(class in jeepney.io.trio)
DBusErrorResponse
DBusRouter (class in jeepney.io.asyncio)
(class in jeepney.io.threading)
(class in jeepney.io.trio)
destination (jeepney.HeaderFields attribute)
E
Endianness (class in jeepney)
endianness (jeepney.Header attribute)
error (jeepney.auth.Authenticator attribute)
(jeepney.MessageType attribute)
error_name (jeepney.HeaderFields attribute)
F
FDNegotiationError
feed() (jeepney.auth.Authenticator method)
fields (jeepney.Header attribute)
FileDescriptor (class in jeepney)
fileno() (jeepney.FileDescriptor method)
filter() (jeepney.io.asyncio.DBusRouter method)
(jeepney.io.blocking.DBusConnection method)
(jeepney.io.threading.DBusRouter method)
(jeepney.io.trio.DBusRouter method)
flags (jeepney.Header attribute)
G
get() (jeepney.Properties method)
get_all() (jeepney.Properties method)
get_next_message() (jeepney.Parser method)
GetAdtAuditSessionData() (jeepney.DBus method)
GetConnectionCredentials() (jeepney.DBus method)
GetConnectionSELinuxSecurityContext() (jeepney.DBus method)
GetConnectionUnixProcessID() (jeepney.DBus method)
GetConnectionUnixUser() (jeepney.DBus method)
GetId() (jeepney.DBus method)
GetNameOwner() (jeepney.DBus method)
H
Header (class in jeepney)
header (jeepney.Message attribute)
HeaderFields (class in jeepney)
Hello() (jeepney.DBus method)
I
interface (jeepney.DBus attribute)
(jeepney.HeaderFields attribute)
Introspect() (jeepney.Introspectable method)
Introspectable (class in jeepney)
J
jeepney
module
jeepney.auth
module
jeepney.io.asyncio
module
jeepney.io.blocking
module
jeepney.io.threading
module
jeepney.io.trio
module
L
ListActivatableNames() (jeepney.DBus method)
ListNames() (jeepney.DBus method)
ListQueuedOwners() (jeepney.DBus method)
little (jeepney.Endianness attribute)
M
make_auth_anonymous() (in module jeepney.auth)
make_auth_external() (in module jeepney.auth)
matches() (jeepney.MatchRule method)
MatchRule (class in jeepney)
member (jeepney.HeaderFields attribute)
Message (class in jeepney)
message_type (jeepney.Header attribute)
MessageFlag (class in jeepney)
MessageGenerator (class in jeepney)
MessageType (class in jeepney)
method_call (jeepney.MessageType attribute)
method_return (jeepney.MessageType attribute)
module
jeepney
jeepney.auth
jeepney.io.asyncio
jeepney.io.blocking
jeepney.io.threading
jeepney.io.trio
Monitoring (class in jeepney)
N
name (jeepney.DBusErrorResponse attribute)
NameHasOwner() (jeepney.DBus method)
new_error() (in module jeepney)
new_method_call() (in module jeepney)
new_method_return() (in module jeepney)
new_signal() (in module jeepney)
no_auto_start (jeepney.MessageFlag attribute)
no_reply_expected (jeepney.MessageFlag attribute)
NoFDError
O
open_dbus_connection() (in module jeepney.io.asyncio)
(in module jeepney.io.blocking)
(in module jeepney.io.threading)
(in module jeepney.io.trio)
open_dbus_router() (in module jeepney.io.asyncio)
(in module jeepney.io.threading)
(in module jeepney.io.trio)
P
Parser (class in jeepney)
path (jeepney.HeaderFields attribute)
Properties (class in jeepney)
protocol_version (jeepney.Header attribute)
Proxy (class in jeepney.io.asyncio)
(class in jeepney.io.blocking)
(class in jeepney.io.threading)
(class in jeepney.io.trio)
python--m-jeepney.bindgen command line option
--bus
--file
--name
--output
--path
-f
-n
-o
-p
R
receive() (jeepney.io.asyncio.DBusConnection method)
(jeepney.io.blocking.DBusConnection method)
(jeepney.io.threading.DBusConnection method)
(jeepney.io.trio.DBusConnection method)
recv_messages() (jeepney.io.blocking.DBusConnection method)
recv_until_filtered() (jeepney.io.blocking.DBusConnection method)
ReleaseName() (jeepney.DBus method)
ReloadConfig() (jeepney.DBus method)
RemoveMatch() (jeepney.DBus method)
reply_serial (jeepney.HeaderFields attribute)
RequestName() (jeepney.DBus method)
router() (jeepney.io.trio.DBusConnection method)
RouterClosed
S
send() (jeepney.io.asyncio.DBusConnection method)
(jeepney.io.asyncio.DBusRouter method)
(jeepney.io.blocking.DBusConnection method)
(jeepney.io.threading.DBusConnection method)
(jeepney.io.threading.DBusRouter method)
(jeepney.io.trio.DBusConnection method)
(jeepney.io.trio.DBusRouter method)
send_and_get_reply() (jeepney.io.asyncio.DBusRouter method)
(jeepney.io.blocking.DBusConnection method)
(jeepney.io.threading.DBusRouter method)
(jeepney.io.trio.DBusRouter method)
sender (jeepney.HeaderFields attribute)
serial (jeepney.Header attribute)
serialise() (jeepney.MatchRule method)
(jeepney.Message method)
set() (jeepney.Properties method)
signal (jeepney.MessageType attribute)
signature (jeepney.HeaderFields attribute)
SizeLimitError
StartServiceByName() (jeepney.DBus method)
T
to_file() (jeepney.FileDescriptor method)
to_raw_fd() (jeepney.FileDescriptor method)
to_socket() (jeepney.FileDescriptor method)
U
unix_fds (jeepney.HeaderFields attribute)
UpdateActivationEnvironment() (jeepney.DBus method)