()
| 521 | |
| 522 | _UID = 0 |
| 523 | def _uid(): |
| 524 | global _UID; _UID+=1; return _UID |
| 525 | |
| 526 | def _is_tokenstring(string): |
| 527 | # The class mbsp.TokenString stores the format of tags for each token. |
no outgoing calls
no test coverage detected
searching dependent graphs…