swat.cas.table.CASTable.with_params¶
-
CASTable.
with_params
(self, **kwargs)¶ Create copy of table with kwargs inserted as parameters
Note that any parameter names in kwargs that match existing keys in the CASTable will be overridden.
- Parameters
- **kwargskeyword parameters, optional
Parameters to insert into the CASTable copy
- Returns