casatasks ========= .. py:module:: casatasks .. autoapi-nested-parse:: casatasks provides on-the-fly creation of inp/go wrappers for tasks https://bayesianbrad.github.io/posts/2017_loader-finder-python.html Classes ------- .. autoapisummary:: casatasks.CasaTasks_Loader casatasks.CasaTasks_Finder Package Contents ---------------- .. py:class:: CasaTasks_Loader(java, jarpath, args, templ, xml) Abstract base class for import loaders. .. py:method:: create_module(spec) Return a module to initialize and into which to load. This method should raise ImportError if anything prevents it from creating a new module. It may return None to indicate that the spec should create the new module. .. py:class:: CasaTasks_Finder Abstract base class for import finders on sys.meta_path.