We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f75c2 commit cc833a6Copy full SHA for cc833a6
graphtik/fnop.py
@@ -340,6 +340,8 @@ def __init__(
340
#: any "parents split by dots(``.``)".
341
#: :seealso: :ref:`operation-nesting`
342
self.name = name
343
+ #: Fake function attributes.
344
+ self.__qualname__ = name
345
346
#: The :term:`needs` almost as given by the user
347
#: (which may contain MULTI-sideffecteds and dupes),
graphtik/pipeline.py
@@ -173,6 +173,8 @@ def __init__(
173
174
## Set data asap, for debugging, although `net.withset()` will reset them.
175
176
177
178
# Remember Outputs for future `compute()`?
179
self.outputs = outputs
180
self.predicate = predicate
0 commit comments