idl_definitions.py | 73 idl_type = None variable in class:TypedObject 80 if not self.idl_type: 84 idl_type_object = IdlType.from_string(self.idl_type) 88 self.idl_type = str(idl_type_object) 140 def __init__(self, name=None, idl_type=None, arguments=None): 141 self.idl_type = idl_type 154 'callbackFunction::type': self.idl_type, 247 def __init__(self, idl_type=None, extended_attributes=None, getter_exceptions=None, is_nullable=False, is_static=False, is_read_only=False, name=None, setter_exceptions=None): 248 self.idl_type = idl_typ [all...] |