|
grepros 1.3.0
grep for ROS bag files and live topics
|

Public Member Functions | |
| populate (cls, value) | |
Public Attributes | |
| EMPTY | |
| EMPTY_REPL | |
| END | |
| ID | |
| START | |
Static Public Attributes | |
| str | EMPTY = START + END |
| Placeholder for empty string match. | |
| str | EMPTY_REPL = "%s''%s" % (START, END) |
| Replacement for empty string match. | |
| str | END = "</%s>" % ID |
| Placeholder at end of match. | |
| str | ID = "matching" |
| Unique marker for match highlight replacements. | |
| str | START = "<%s>" % ID |
| Placeholder in front of match. | |
| populate | ( | cls, | |
| value | |||
| ) |
|
static |
|
static |