OpenQuizz
Une application de gestion des contenus pédagogiques
CertParamType Class Reference
Inheritance diagram for CertParamType:
Collaboration diagram for CertParamType:

Public Member Functions

def __init__ (self)
 
def convert (self, value, param, ctx)
 
- Public Member Functions inherited from ParamType
def __call__ (self, value, param=None, ctx=None)
 
def get_metavar (self, param)
 
def get_missing_message (self, param)
 
def split_envvar_value (self, rv)
 
def fail (self, message, param=None, ctx=None)
 

Data Fields

 path_type
 

Static Public Attributes

string name = "path"
 
- Static Public Attributes inherited from ParamType
bool is_composite = False
 
 name = None
 
 envvar_list_splitter = None
 

Detailed Description

Click option type for the ``--cert`` option. Allows either an
existing file, the string ``'adhoc'``, or an import for a
:class:`~ssl.SSLContext` object.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Member Function Documentation

◆ convert()

def convert (   self,
  value,
  param,
  ctx 
)
Converts the value.  This is not invoked for values that are
`None` (the missing value).

Reimplemented from ParamType.

Field Documentation

◆ name

string name = "path"
static

◆ path_type

path_type

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