|
| __init__ (self, Union[str, io.TextIOWrapper] output_stream=sys.stdout, Union[str, RemoteResource] edm4hep_yaml=DEFAULT_EDM4HEP_YAML, Union[str, io.TextIOWrapper] sql_edm_yaml=open('sql_edm.yaml', 'w')) |
|
| __call__ (self, db) |
|
| report_row (self, table, message, column=None) |
|
| summary (self) |
|
Definition at line 24 of file EDM4hepValidator.py.
◆ __init__()
PyLamarr.validators.EDM4hepValidator.EDM4hepValidator.__init__ |
( |
|
self, |
|
|
Union[str, io.TextIOWrapper] |
output_stream = sys.stdout , |
|
|
Union[str, RemoteResource] |
edm4hep_yaml = DEFAULT_EDM4HEP_YAML , |
|
|
Union[str, io.TextIOWrapper] |
sql_edm_yaml = open('sql_edm.yaml', 'w') |
|
) |
| |
◆ __call__()
PyLamarr.validators.EDM4hepValidator.EDM4hepValidator.__call__ |
( |
|
self, |
|
|
|
db |
|
) |
| |
◆ initialize_config()
PyLamarr.validators.EDM4hepValidator.EDM4hepValidator.initialize_config |
( |
|
loaded_yaml | ) |
|
|
static |
◆ report_row()
PyLamarr.validators.EDM4hepValidator.EDM4hepValidator.report_row |
( |
|
self, |
|
|
|
table, |
|
|
|
message, |
|
|
|
column = None |
|
) |
| |
◆ summary()
PyLamarr.validators.EDM4hepValidator.EDM4hepValidator.summary |
( |
|
self | ) |
|
◆ batch_dfs
PyLamarr.validators.EDM4hepValidator.EDM4hepValidator.batch_dfs |
◆ config
PyLamarr.validators.EDM4hepValidator.EDM4hepValidator.config |
◆ sql_edm_yaml
PyLamarr.validators.EDM4hepValidator.EDM4hepValidator.sql_edm_yaml |
The documentation for this class was generated from the following file: