tests: Test custom types in lookup expressions

This commit is contained in:
James Westman 2022-04-30 16:13:40 -05:00
parent c7c32cbb4a
commit 52f7d790bd
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
10 changed files with 82 additions and 14 deletions

View file

@ -51,3 +51,7 @@ class Lambda(Value, Scope):
@property
def this_type(self) -> str:
return self.children[TypeName][0].gir_type
@property
def this_type_glib_name(self) -> str:
return self.children[TypeName][0].glib_type_name