language: Add cast expressions

This commit is contained in:
James Westman 2022-12-23 23:24:29 -06:00
parent 2033bd9e16
commit 5cf9b63547
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
15 changed files with 122 additions and 20 deletions

View file

@ -1,5 +1,5 @@
from .attributes import BaseAttribute, BaseTypedAttribute
from .expression import IdentExpr, LookupOp, Expr
from .expression import CastExpr, IdentExpr, LookupOp, ExprChain
from .gobject_object import Object, ObjectContent
from .gobject_property import Property
from .gobject_signal import Signal