MCPcopy
hub / github.com/tanelpoder/0xtools / get_csv_files

Method get_csv_files

xtop/core/data_source.py:132–134  ·  view source on GitHub ↗

List CSV files matching pattern

(self, pattern: str)

Source from the content-addressed store, hash-verified

130 return self.schema_info
131
132 def get_csv_files(self, pattern: str) -> List[Path]:
133 """List CSV files matching pattern"""
134 return sorted(self.datadir.glob(pattern))
135
136 def get_time_range(self, csv_type: str = 'samples') -> Tuple[Optional[datetime], Optional[datetime]]:
137 """

Callers 1

discover_columnsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected