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:
@ -117,6 +117,12 @@ Returns:
|
||||
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
|
||||
```python
|
||||
timestamp(datetime_string)
|
||||
|
Reference in New Issue
Block a user