MCPcopy Index your code
hub / github.com/dataease/SQLBot / RowValidator

Class RowValidator

backend/apps/system/crud/user_excel.py:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class RowValidator:
20 def __init__(self, success: bool = False, row=list[str], error_info: dict = None):
21 self.success = success
22 self.row = row
23 self.dict_data = {}
24 self.error_info = error_info or {}
25class CellValidator:
26 def __init__(self, success: bool = False, value: str | int | list = None, message: str = ""):
27 self.success = success

Callers 1

validate_rowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected