Home
last modified time | relevance | path

Searched refs:get_io_type (Results 1 – 6 of 6) sorted by relevance

/dports/lang/qscheme/qscheme-0.5.1/
H A Dprocess.c274 static int get_io_type(SOBJ obj, int enable_redir) in get_io_type() function
326 io_type[0] = get_io_type(arg[0], FALSE); in scm_make_process()
327 io_type[1] = get_io_type(arg[1], TRUE); in scm_make_process()
328 io_type[2] = get_io_type(arg[2], TRUE); in scm_make_process()
/dports/textproc/py-pyexcel-io/pyexcel-io-0.6.5/tests/
H A Dtest_io.py152 t = manager.get_io_type("hello")
154 t = manager.get_io_type("csv")
156 t = manager.get_io_type("xls")
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/
H A Dcore.py239 def get_io_type(file_type): function
243 io_type = manager.get_io_type(file_type)
/dports/textproc/py-pyexcel-io/pyexcel-io-0.6.5/pyexcel_io/
H A Dmanager.py48 def get_io_type(file_type): function
H A Dbook.py233 target_content_type = manager.get_io_type(file_type)
/dports/textproc/py-pyexcel/pyexcel-0.6.7/tests/
H A Dtest_signature_fuction.py781 file_type = pe.core.get_io_type("csv")
783 file_type = pe.core.get_io_type("strange")