webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
models.Domain Class Reference

Public Member Functions

def __init__ (self, domain_name, description, feature_guard, availability, workerSupported, isSupplemental, type_declarations, commands, events)
 
def all_type_declarations (self)
 
def all_commands (self)
 
def all_events (self)
 
def resolve_type_references (self, protocol)
 

Public Attributes

 domain_name
 
 description
 
 feature_guard
 
 availability
 
 workerSupported
 
 is_supplemental
 

Constructor & Destructor Documentation

◆ __init__()

def models.Domain.__init__ (   self,
  domain_name,
  description,
  feature_guard,
  availability,
  workerSupported,
  isSupplemental,
  type_declarations,
  commands,
  events 
)

Member Function Documentation

◆ all_commands()

def models.Domain.all_commands (   self)

◆ all_events()

def models.Domain.all_events (   self)

◆ all_type_declarations()

def models.Domain.all_type_declarations (   self)

◆ resolve_type_references()

def models.Domain.resolve_type_references (   self,
  protocol 
)

Member Data Documentation

◆ availability

models.Domain.availability

◆ description

models.Domain.description

◆ domain_name

models.Domain.domain_name

◆ feature_guard

models.Domain.feature_guard

◆ is_supplemental

models.Domain.is_supplemental

◆ workerSupported

models.Domain.workerSupported

The documentation for this class was generated from the following file: