Pypher.bind_param will return an instance of a Param object. When binding params Pypher will reuse the existing reference if the same value is passed in. It will also reuse the same reference if the value passed in is the name of a previously bound param.from...