idl_definitions.py | 74 extended_attributes = None variable in class:TypedObject 172 def __init__(self, attributes=None, constants=None, constructors=None, custom_constructors=None, extended_attributes=None, operations=None, is_callback=False, is_partial=False, name=None, parent=None): 177 self.extended_attributes = extended_attributes or {} 202 'domInterface::extendedAttributes': none_to_value_is_missing(self.extended_attributes), 213 def __init__(self, name=None, constants=None, operations=None, attributes=None, extended_attributes=None): 216 self.extended_attributes = extended_attributes or {} 234 'domInterface::extendedAttributes': none_to_value_is_missing(self.extended_attributes), 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, s (…) [all...] |