1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
ecflow.File
///////////
.. py:class:: File
:module: ecflow
Bases: :py:class:`~Boost.Python.instance`
Utility class, Used in test only.
.. py:method:: File.build_dir() -> str :
:module: ecflow
:staticmethod:
Path name to ecflow build directory
.. py:method:: File.find_client() -> str :
:module: ecflow
:staticmethod:
Provides pathname to the client
.. py:method:: File.find_server() -> str :
:module: ecflow
:staticmethod:
Provides pathname to the server
.. py:method:: File.source_dir() -> str :
:module: ecflow
:staticmethod:
Path name to ecflow source directory
|