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

Public Member Functions

def __init__ (self, parameter_name, type_ref, is_optional, description)
 
def resolve_type_references (self, protocol, domain)
 

Public Attributes

 parameter_name
 
 type_ref
 
 is_optional
 
 description
 
 type
 

Constructor & Destructor Documentation

◆ __init__()

def models.Parameter.__init__ (   self,
  parameter_name,
  type_ref,
  is_optional,
  description 
)

Member Function Documentation

◆ resolve_type_references()

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

Member Data Documentation

◆ description

models.Parameter.description

◆ is_optional

models.Parameter.is_optional

◆ parameter_name

models.Parameter.parameter_name

◆ type

models.Parameter.type

◆ type_ref

models.Parameter.type_ref

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