## Parser.close()


Release all C resources held by this parser.


Usage

``` python
Parser.close()
```


After closing, the parser cannot be used. This is called automatically when used as a context manager.
