cwltest.stdfsaccess =================== .. py:module:: cwltest.stdfsaccess .. autoapi-nested-parse:: Abstracted IO access. Classes ------- .. autoapisummary:: cwltest.stdfsaccess.StdFsAccess Functions --------- .. autoapisummary:: cwltest.stdfsaccess.abspath Module Contents --------------- .. py:function:: abspath(src, basedir) Determine local filesystem absolute path given a basedir, handling both plain paths and URIs. .. py:class:: StdFsAccess(basedir) Local filesystem implementation. .. py:attribute:: basedir .. py:method:: open(fn, mode) Open a file from a file: URI. .. py:method:: size(fn) Get the size of the file resource pointed to by a URI. .. py:method:: isfile(fn) Determine if a resource pointed to by a URI represents a file. .. py:method:: isdir(fn) Determine if a resource pointed to by a URI represents a directory.