RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
cli.argtypes.UriParamType Class Reference

CLI argument type for URI objects used with the click module. More...

Inheritance diagram for cli.argtypes.UriParamType:

Public Member Functions

 convert (self, value, param, ctx)
 Convert from string to Uri object.
 

Static Public Attributes

str name = "URI"
 

Detailed Description

CLI argument type for URI objects used with the click module.

Member Function Documentation

◆ convert()

cli.argtypes.UriParamType.convert ( self,
value,
param,
ctx )

Convert from string to Uri object.

Member Data Documentation

◆ name

str cli.argtypes.UriParamType.name = "URI"
static

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