MCPcopy Index your code
hub / github.com/tanelpoder/0xtools / get_schema_info

Method get_schema_info

xtop/core/data_source.py:126–130  ·  view source on GitHub ↗

Return discovered schema information per CSV type.

(self)

Source from the content-addressed store, hash-verified

124 return None
125
126 def get_schema_info(self) -> Dict[str, List[Tuple[str, str]]]:
127 """Return discovered schema information per CSV type."""
128 if not self.schema_info:
129 self.discover_columns()
130 return self.schema_info
131
132 def get_csv_files(self, pattern: str) -> List[Path]:
133 """List CSV files matching pattern"""

Callers 1

__init__Method · 0.80

Calls 1

discover_columnsMethod · 0.95

Tested by

no test coverage detected