The following code triggers an assertionError: ```py @dds.data_function("/p") def f2(): return (lambda x: x)(1) ```