external function support in fill
This commit is contained in:
parent
2b2cc4cf20
commit
db69df3b86
|
@ -47,6 +47,7 @@ class FillAnnotator(TargetAnnotator, ParamAnnotator):
|
|||
not hasattr(self.objectspace.space.constraints, 'fill'):
|
||||
return
|
||||
self.functions = dir(load_modules(eosfunc_file))
|
||||
self.functions.extend(self.objectspace.rougailconfig['internal_functions'])
|
||||
self.target_is_uniq = True
|
||||
self.only_variable = True
|
||||
self.allow_function = False
|
||||
|
|
Loading…
Reference in New Issue