We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7e75d commit d85c957Copy full SHA for d85c957
1 file changed
webexteamssdk/generator_containers.py
@@ -80,7 +80,7 @@ def __init__(self, generator_function, *args, **kwargs):
80
def __repr__(self):
81
"""A string representation of this object."""
82
return '<GeneratorContainer {func_name}({arguments})>'.format(
83
- func_name=self.generator_function.__qualname__,
+ func_name=self.generator_function.__name__,
84
arguments=", ".join(
85
str(key) + '=' + repr(value)
86
for key, value in self.arguments.items()
0 commit comments