示例#1
0
 def interpret(self, context: OperationContext):
     return context.get_input_parameter(self.name)
示例#2
0
 def interpret(self, context: OperationContext):
     return getattr(context.get_input_parameter(self.object_name),
                    self.property_name)