MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / __init__

Method __init__

union/Tabert/index.py:19–23  ·  view source on GitHub ↗
(self, id, header, data, context)

Source from the content-addressed store, hash-verified

17
18class Table:
19 def __init__(self, id, header, data, context):
20 self.id: str = id
21 self.header: List[str] = header
22 self.data: List[List[str]] = data
23 self.context: str = context
24
25 def __str__(self): # for debug
26 heading = "\t|||\t".join(self.header)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected