summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/sourcedirs/fieldlist/index.md
blob: 2ed48561447dfb4a7bdc49ba9ff25a0519f27513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
:orphan:

# Test

:field:

:*field*: content

```{py:function} send_message(sender, priority)

Send a message to a recipient

:param str sender: The person sending the message
:param priority: The priority of the message, can be a number 1-5
:type priority: int
:return: the message id
:rtype: int
:raises ValueError: if the message_body exceeds 160 characters
```