(
self,
name: str,
level: OptionLevel = OptionLevel.ADVANCED,
default: OptionValue = None,
type: 'OptionTypeLabel' = 'str',
desc: Optional[str] = None,
long_desc: Optional[str] = None,
min: OptionValue = None,
max: OptionValue = None,
enum_allowed: Optional[List[str]] = None,
tags: Optional[List[str]] = None,
see_also: Optional[List[str]] = None,
runtime: bool = False,
)
source not stored for this graph (policy: none)