# doc-cache created by Octave 10.3.0
# name: cache
# type: cell
# rows: 3
# columns: 3
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
pyargs


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 976
 -- pyargs (NAME, VALUE)
 -- pyargs (NAME, VALUE, ...)
     Construct a set of Python keyword arguments suitable for passing to
     a Python function.

     Python keyword arguments are similar to optional named parameters
     accepted by some Octave functions such as ‘cellfun’ or ‘set’.

     For example, a dictionary can be initialized with

          py.dict (pyargs ("one", 1, "two", 2))
                ⇒ [Python object of type dict]
                    {...}
          sort (cellfun (@char, cell (py.list (ans.keys ())), "uniformoutput", false))
                ⇒
                    {
                      [1,1] = one
                      [1,2] = two
                    }

     And a list can be sorted in reverse order with the ‘reverse’
     keyword

          x = py.list (num2cell (int32 ([1, 2, 3])));
          x.sort (pyargs ("reverse", true));
          x
                ⇒ x = [Python object of type list]
                    [3, 2, 1]


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Construct a set of Python keyword arguments suitable for passing to a
Python ...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
pythonic


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1041
 -- pythonic
 -- pythonic help
 -- pythonic gitlab
 -- pythonic issue
 -- pythonic update
 -- pythonic version
 -- pythonic versions
 -- pythonic wiki
 -- V = pythonic ("version")
 -- V = pythonic ("versions")
     Display useful information about the Pythonic package.

     With no arguments, display a summary description and simple
     examples showing how to use the package.  The subcommand "help" is
     the same.

     Other available subcommands are

     "gitlab"
     "git"
          Open the project page on GitLab in the default web browser.

     "wiki"
          Open the project page on Wiki in the default web browser.

     "issue"
     "bug"
          Open a new issue on GitLab in the default web browser.

     "update"
          Attempt to update to the latest available release of the
          Pythonic package.

     "version"
          Display the currently installed version of the Pythonic
          package.

     "versions"
          Display a list of all available releases of the Pythonic
          package.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 54
Display useful information about the Pythonic package.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 9
pyversion


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 154
 -- pyversion
 -- VER = pyversion
 -- [VER, EXEC, LOADED] = pyversion
     List information about the Python runtime used by Octave Python
     functions.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 74
List information about the Python runtime used by Octave Python
functions.





