mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 21:42:25 +08:00
Mark many attributes as read-only properties (#7591)
This commit is contained in:
@@ -161,8 +161,10 @@ class Port:
|
||||
def unset_alias(self, alias: str) -> None: ...
|
||||
@property
|
||||
def uuid(self) -> str: ...
|
||||
is_audio: bool = ...
|
||||
is_midi: bool = ...
|
||||
@property
|
||||
def is_audio(self) -> bool: ...
|
||||
@property
|
||||
def is_midi(self) -> bool: ...
|
||||
@property
|
||||
def is_input(self) -> bool: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user