Read a Python file containing predicate function definitions, and return a predicate dict.
fname (str) – The filename to read.
preds – A dict mapping predicate names to functions.
dict