1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

add stream_error docs

This commit is contained in:
Kelly Brazil
2021-09-13 21:14:56 -07:00
parent af615c7f4b
commit c1fd6f48a5

View File

@ -117,6 +117,12 @@ Returns:
True/False False unless a 'truthy' number or string is found ('y', 'yes', 'true', '1', 1, -1, etc.) True/False False unless a 'truthy' number or string is found ('y', 'yes', 'true', '1', 1, -1, etc.)
## stream_error
```python
stream_error(e, quiet, line)
```
reraise the stream exception with annotation or print an error _meta field if quiet=True
## timestamp ## timestamp
```python ```python
timestamp(datetime_string) timestamp(datetime_string)