tests: Test custom types in lookup expressions

This commit is contained in:
James Westman 2022-04-30 16:13:40 -05:00
parent 76a482affb
commit cd33266452
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
11 changed files with 93 additions and 7 deletions

View file

@ -53,3 +53,6 @@ class Lambda(Value, Scope):
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