MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / __init__

Method __init__

model/filecontent.py:2–5  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1class FileContent:
2 def __init__(self) -> None:
3 self.headers = []
4 self.rows = []
5 self.filename=None
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected