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

Public Member Functions

def __init__ (self, command_name, call_parameters, return_parameters, description, platform, is_async)
 
def resolve_type_references (self, protocol, domain)
 

Public Attributes

 command_name
 
 call_parameters
 
 return_parameters
 
 description
 
 platform
 
 is_async
 

Constructor & Destructor Documentation

◆ __init__()

def models.Command.__init__ (   self,
  command_name,
  call_parameters,
  return_parameters,
  description,
  platform,
  is_async 
)

Member Function Documentation

◆ resolve_type_references()

def models.Command.resolve_type_references (   self,
  protocol,
  domain 
)

Member Data Documentation

◆ call_parameters

models.Command.call_parameters

◆ command_name

models.Command.command_name

◆ description

models.Command.description

◆ is_async

models.Command.is_async

◆ platform

models.Command.platform

◆ return_parameters

models.Command.return_parameters

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