Decorator. More...
Public Member Functions | |
| __init__ (self, List[str] output_columns, Optional[bool] make_persistent=True) | |
| __call__ (self, query_func) | |
Public Attributes | |
| output_columns | |
| make_persistent | |
Decorator.
Definition at line 74 of file Wrapper.py.
| PyLamarr.Wrapper.persistent_table.__init__ | ( | self, | |
| List[str] | output_columns, | ||
| Optional[bool] | make_persistent = True |
||
| ) |
Definition at line 75 of file Wrapper.py.
| PyLamarr.Wrapper.persistent_table.__call__ | ( | self, | |
| query_func | |||
| ) |
Definition at line 82 of file Wrapper.py.
| PyLamarr.Wrapper.persistent_table.make_persistent |
Definition at line 80 of file Wrapper.py.
| PyLamarr.Wrapper.persistent_table.output_columns |
Definition at line 79 of file Wrapper.py.