コード例 #1
0
 def p_bqlfn_condprob_1col(self, e, constraints):
     return ast.ExpBQLProbDensityFn(e, constraints)
コード例 #2
0
 def p_bqlfn_prob_1col(self, e):
     return ast.ExpBQLProbDensityFn(e, [])