MCPcopy Create free account
hub / github.com/pathwaycom/pathway / internal_read_method

Function internal_read_method

python/pathway/io/_utils.py:138–146  ·  view source on GitHub ↗
(format: str)

Source from the content-addressed store, hash-verified

136
137
138def internal_read_method(format: str) -> ReadMethod:
139 if format in (
140 "binary",
141 "plaintext_by_file",
142 "plaintext_by_object",
143 "only_metadata",
144 ):
145 return ReadMethod.FULL
146 return ReadMethod.BY_LINE
147
148
149class CsvParserSettings:

Callers 4

readFunction · 0.90
read_from_digital_oceanFunction · 0.90
read_from_wasabiFunction · 0.90
readFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected