| Modifier and Type | Field and Description |
|---|---|
| public PatternObject | |
| pack-priv SRE_STATE | |
| pack-priv PyString |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public MatchObject | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public MatchObject | |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| pattern | back to summary |
|---|---|
| public PatternObject pattern | |
| state | back to summary |
|---|---|
| pack-priv SRE_STATE state | |
| string | back to summary |
|---|---|
| pack-priv PyString string | |
| ScannerObject | back to summary |
|---|---|
| public ScannerObject() | |
| match | back to summary |
|---|---|
| public MatchObject match() | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| search | back to summary |
|---|---|
| public MatchObject search() | |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |