mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add accessibility properties
This commit is contained in:
parent
d511b3f1e3
commit
b776163cd7
20 changed files with 324 additions and 13 deletions
|
@ -56,9 +56,11 @@ def get_namespace(namespace, version):
|
|||
|
||||
|
||||
class GirType:
|
||||
pass
|
||||
@property
|
||||
def doc(self):
|
||||
return None
|
||||
|
||||
class BasicType:
|
||||
class BasicType(GirType):
|
||||
name: str = "unknown type"
|
||||
|
||||
def assignable_to(self, other) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue