lookup

utilipy.lookup(query: Optional[str] = None, online: bool = False)[source]

Utilipy help function. Online search or offline overview.

Changed in version indev: The lookup function is in development and may be added in a future version.

Parameters
querystr, optional

The search query.

onlinebool, optional

Whether to open the online help or just print some help documentation (default)

See also

online_help()

Examples

A search of utilipy’s online docs.

>>> import utilipy
>>> utilipy.help(query="LogFile", online=True)