inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
106 stars 24 forks source link

Add args and kwargs to mapping methods #113

Closed nchristensen closed 1 year ago

nchristensen commented 1 year ago

Some of the mapping methods have *args and **kwargs and others do not. This eliminates some of the inconsistency.

nchristensen commented 1 year ago

cc @kaushikcfd

inducer commented 1 year ago

Thanks!