1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-29 14:49:29 +03:00

Expand caller_attributes() docstring to params and return

This commit is contained in:
Athanasius 2021-03-09 15:45:16 +00:00
parent 81e25adfb1
commit d589ca6ed2

View File

@ -291,6 +291,9 @@ class EDMCContextFilter(logging.Filter):
class if relevant.
3. module is munged if we detect the caller is an EDMC plugin,
whether internal or found.
:param module_name: The name of the calling module.
:return: Tuple[str, str, str] - class_name, qualname, module_name
"""
frame = cls.find_caller_frame()