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 4a60fe2 commit 389aa0bCopy full SHA for 389aa0b
dbus_next/signature.py
@@ -20,7 +20,7 @@ class to parse signatures.
20
structs have child types equal to the number of struct members.
21
:vartype children: list(:class:`SignatureType`)
22
"""
23
- _tokens = 'ybnqiuxtdsogav({'
+ _tokens = 'ybnqiuxtdsogavh({'
24
25
def __init__(self, token):
26
self.token = token
0 commit comments