describe_api
Look up what any cellpy API call does and its parameters directly from the installed package, with guidance on undocumented arguments and delegation.
Instructions
What a cellpy call takes and what it does, from the installed package.
name is a dotted path (cellpy.get, cellpy.collect.collect_summary)
or a bare name (get_cap) looked up in the index.
Read undocumented_parameters before answering a question about one of
them. cellpy documents roughly half its arguments, so an argument
missing from doc means the package never said what it does — not that
it does not matter. Ask again with include_source=True rather than
guessing.
When delegates_to is set, the docstring pointed at another call with a
Sphinx reference and delegate_doc is where the arguments are actually
described — read it, it is usually the real documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| include_source | No |