prefect.utilities.names
Functions
generate_slug
- n_words: the number of words in the slug
obfuscate
obfuscate_string.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.utilities.namesgenerate_slug generate_slug(n_words: int) -> str
- n_words: the number of words in the slugobfuscate obfuscate(s: Any, show_tail: bool = False) -> str
obfuscate_string.
obfuscate_string obfuscate_string(s: str, show_tail: bool = False) -> str
Was this page helpful?