Emphasis/strong pattern item.
| 184 | |
| 185 | |
| 186 | class EmStrongItem(NamedTuple): |
| 187 | """Emphasis/strong pattern item.""" |
| 188 | pattern: re.Pattern[str] |
| 189 | builder: str |
| 190 | tags: str |
| 191 | |
| 192 | |
| 193 | # The pattern classes |
no outgoing calls
no test coverage detected