From 62e4700007672d4eb1f3cbab8ea027d9bb1a1edb Mon Sep 17 00:00:00 2001 From: JakobDev Date: Mon, 12 Dec 2022 14:57:41 +0100 Subject: [PATCH] Remove valid name check from Property --- dbus_next/introspection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dbus_next/introspection.py b/dbus_next/introspection.py index d8e82a1..2a26004 100644 --- a/dbus_next/introspection.py +++ b/dbus_next/introspection.py @@ -239,7 +239,6 @@ def __init__(self, name: str, signature: str, access: PropertyAccess = PropertyAccess.READWRITE): - assert_member_name_valid(name) tree = SignatureTree._get(signature) if len(tree.types) != 1: