class Pairs:
Pre built filter for pairs of unicode objects.
| Method | __init__ |
initialize pairs class. |
| Instance Variable | include_tokens |
include tokens. |
| Instance Variable | exclude_tokens |
exclude tokens. |
| Instance Variable | left |
current left position. |
| Instance Variable | right |
current right position. |
| Instance Variable | groups |
main groups class. |
| Instance Variable | vals |
token values. |
| Method | pairs |
return sorted pairs. |
| Method | _setup |
Setup data. |
| Method | _pairs |
Base iterator. |
initialize pairs class.
| Parameters | left | Undocumented (type: str) |
| right | Undocumented (type: str) | |
| include_tokens | Undocumented | |
| exclude_tokens | Undocumented |