Home | History | Annotate | Download | only in ply

Lines Matching defs:bind

1216     # Bind the production function name to a callable
1217 def bind(self,pdict):
1239 # Bind the production function name to a callable
1240 def bind(self,pdict):
1869 # Bind all production function names to callable objects in pdict
1872 p.bind(pdict)