From d589ca6ed21c601527cf9c3a0731bf64df4f7893 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 9 Mar 2021 15:45:16 +0000 Subject: [PATCH] Expand caller_attributes() docstring to params and return --- EDMCLogging.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EDMCLogging.py b/EDMCLogging.py index 80b43c16..f28eed84 100644 --- a/EDMCLogging.py +++ b/EDMCLogging.py @@ -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()