PyLamarr
Pythonizations for the ultra-fast simulation option for the LHCb experiment
 
Loading...
Searching...
No Matches
PyLamarr.Wrapper.persistent_table Class Reference

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
 

Detailed Description

Decorator.

Definition at line 74 of file Wrapper.py.

Constructor & Destructor Documentation

◆ __init__()

PyLamarr.Wrapper.persistent_table.__init__ (   self,
List[str]  output_columns,
Optional[bool]   make_persistent = True 
)

Definition at line 75 of file Wrapper.py.

Member Function Documentation

◆ __call__()

PyLamarr.Wrapper.persistent_table.__call__ (   self,
  query_func 
)

Definition at line 82 of file Wrapper.py.

Member Data Documentation

◆ make_persistent

PyLamarr.Wrapper.persistent_table.make_persistent

Definition at line 80 of file Wrapper.py.

◆ output_columns

PyLamarr.Wrapper.persistent_table.output_columns

Definition at line 79 of file Wrapper.py.


The documentation for this class was generated from the following file: