| Package | Description |
|---|---|
| net.razorvine.serpent |
Serpent, a Python literal expression serializer/deserializer
(a.k.a.
|
| net.razorvine.serpent.ast |
| Class and Description |
|---|
| ComplexNumber
A complex number.
|
| IClassSerializer
Customization interface for serializing objects into dicts.
|
| IDictToInstance
Customization interface for turning dicts back into specific objects.
|
| ParseException
Exception that is used when a serpent parsing error occurs.
|
| SeekableStringReader
A special string reader that is suitable for the parser to read through
the expression string.
|
| SeekableStringReader.StringContext
Extract a piece of context around the current cursor (if you set cursor to -1)
or around a given position in the string (if you set cursor>=0).
|
| Class and Description |
|---|
| IDictToInstance
Customization interface for turning dicts back into specific objects.
|
Copyright © 2017. All Rights Reserved.