create interp ============= | The page defines the application programing interface specification for the ``interp`` operation. -------------------- | The command line interface for the ``interp`` catagory of operations is: .. program-output:: flashkit create interp --help Please consult the discussion on :ref:`command line syntax` for help in formating the above options (e.g., LIST or DICT). -------------------- | The python interface for the ``interp`` operation is accessed with the following code: .. code-block:: from flashkit import flash ... flash.create.interp(option=value, flag=True, ...) The python interface specification for ``interp`` is as follows: .. autofunction:: flashkit.api.create._interp::interp -------------------- | The complete specification of library defaults values (as shown above) and mappings is as follows: .. program-output:: flashkit create interp --option Please consult the tutorial discussion on :ref:`configuration file formating` for help in specifying the above options in a `flash.toml` file and what mapping general options are, as well as the full specification on FlashKit library :ref:`options`. --------------------