Skip to content

incendium.util.get_function_name

César Román edited this page May 1, 2024 · 14 revisions

Description

Warning

Deprecated since version 2024.5.0.

Get the name of the function last called.

Syntax

incendium.util.get_function_name()

Returns:

  • str: Function's name.

Recommendations

Use incendium.exceptions.get_function_name.

Code Examples

See code examples in incendium.exceptions.get_function_name.

Clone this wiki locally