hpcflow.sdk.core.utils.get_file_context#

hpcflow.sdk.core.utils.get_file_context(package, src=None)#

Find a file or directory in a package.

Parameters:
  • package (ModuleType | str) –

  • src (str | None) –

Return type:

AbstractContextManager[Path]