mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
tests: Test custom types in lookup expressions
This commit is contained in:
parent
76a482affb
commit
cd33266452
11 changed files with 93 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue