DocModuleProp
ClassDataClassSource
DocModuleProp(
name: str,
descr: str = "",
type: Literal["package", "module", "class", "func", "type"] = "package",
slang: str = ""
)
The docstring and basic information of a module property.
Fields
| Name | Type | Required | |
|---|---|---|---|
name | str | The name of the module property. | |
descr | str | The description body, i.e., the docstring of the module property. | |
type | Literal["package", "module", "class", "func", "type"] | The type of the module property. | |
slang | str | The internal code identifying this property. |