πComparison page
# Description from source
@property
def help_page(self) -> Optional[str]:
"""
Help string to be displayed in Core module help command. Highly recommended to set this!
Defaults to auto-generated command listing, which uses callback func __doc__ for description
"""
return self.__auto_helpLast updated