Home
last modified time | relevance | path

Searched refs:writerow_func (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-csv23/csv23-0.3.2/csv23/
H A Dwriters.py90 def writerow_func(row): function
94 return writerow_func
/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/
H A Dcore.py132 def _writerow(self, writerow_func, values, has_empty): argument
142 writerow_func(values)