archive
/
ipc-unix
Archived
1
Fork 0

Point to tests for more examples

This commit is contained in:
Jake Howard 2018-12-08 14:50:04 +00:00
parent f660be5fd3
commit 8820067a78
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@
Simple Inter-Process Communication using unix sockets for Python.
## Examples
For some more concrete examples, check out the `tests/` directory.
### Call / Response
```python