File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ class BaseProxyObject:
236236 :vartype introspection: :class:`Node <dbus_fast.introspection.Node>`
237237 :ivar bus: The message bus this proxy object is connected to.
238238 :vartype bus: :class:`BaseMessageBus <dbus_fast.message_bus.BaseMessageBus>`
239- :ivar ~. ProxyInterface: The proxy interface class this proxy object uses.
240- :vartype ~. ProxyInterface: Type[:class:`BaseProxyInterface <dbus_fast.proxy_object.BaseProxyObject >`]
239+ :ivar ProxyInterface: The proxy interface class this proxy object uses.
240+ :vartype ProxyInterface: Type[:class:`BaseProxyInterface <dbus_fast.proxy_object.BaseProxyInterface >`]
241241 :ivar child_paths: A list of absolute object paths of the children of this object.
242242 :vartype child_paths: list(str)
243243
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ class SignatureType: # noqa: PLW1641
1414 This class is not meant to be constructed directly. Use the :class:`SignatureTree`
1515 class to parse signatures.
1616
17- :ivar ~. signature: The signature of this complete type.
18- :vartype ~. signature: str
17+ :ivar signature: The signature of this complete type.
18+ :vartype signature: str
1919
2020 :ivar children: A list of child types if this is a container type. Arrays \
2121 have one child type, dict entries have two child types (key and value), and \
@@ -349,8 +349,8 @@ class SignatureTree: # noqa: PLW1641
349349 :ivar types: A list of parsed complete types.
350350 :vartype types: list(:class:`SignatureType`)
351351
352- :ivar ~. signature: The signature of this signature tree.
353- :vartype ~. signature: str
352+ :ivar signature: The signature of this signature tree.
353+ :vartype signature: str
354354
355355 :ivar root_type: The root type of this signature tree.
356356 :vartype root_type: :class:`SignatureType
You can’t perform that action at this time.
0 commit comments