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 ba6e886 commit 5223ba0Copy full SHA for 5223ba0
fluent.runtime/fluent/runtime/resolver.py
@@ -70,6 +70,14 @@ def modified_for_term_reference(self, args=None):
70
71
72
class BaseResolver(object):
73
+ """
74
+ Abstract base class of all partially evaluated resolvers.
75
+
76
+ Subclasses should implement __call__, with a
77
+ ResolverEnvironment as parameter. An exception are wrapper
78
+ classes that don't show up in the evaluation, but need to
79
+ be part of the compiled tree structure.
80
81
def __call__(self, env):
82
raise NotImplementedError
83
0 commit comments