qiskit-documentation/scripts/js/lib/api/conversionPipeline.test.ts-.../api-example.my_function1

30 lines
737 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: my_function1
description: API reference for api_example.my_function1
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: api_example.my_function1
---
<span id="api-example-my-function1" />
# api\_example.my\_function1
<Function id="api_example.my_function1" isDedicatedPage={true} github="https://github.com/Qiskit/qiskit_sphinx_theme/tree/stable/0.1/api_example.py" signature="api_example.my_function1(input1, input2, input3=None, **kwargs)">
A function that does awesome stuff.
**Returns**
Did the function work.
**Raises**
* **ValueError** If the inputs are not the correct values.
* **TypeError** If the inputs are not strings.
**Return type**
int
</Function>