示例#1
0
 def _get_params(self):
     """
     This returns the params for an TODO and is injected as a
     'hack' into the pr.Function class.
     This needs to be here, because Instance can have __init__ functions,
     which act the same way as normal functions.
     """
     return param.get_params(self._evaluator, self.base, self.var_args)
 def _get_params(self):
     """
     This returns the params for an TODO and is injected as a
     'hack' into the pr.Function class.
     This needs to be here, because Instance can have __init__ functions,
     which act the same way as normal functions.
     """
     return param.get_params(self._evaluator, self.base, self.var_args)
示例#3
0
 def get_params(self, execution_context):
     return get_params(execution_context, self)
示例#4
0
 def get_params(self, execution_context):
     return get_params(execution_context, self)
示例#5
0
 def get_params(self):
     return param.get_params(self, self.var_args)
示例#6
0
 def get_params(self):
     return param.get_params(self.evaluator, self.parent_context,
                             self.tree_node, self.var_args)
示例#7
0
 def get_params(self):
     return param.get_params(self.evaluator, self.parent_context, self.tree_node, self.var_args)
示例#8
0
 def get_params(self):
     return param.get_params(self, self.var_args)