MCPcopy Index your code
hub / github.com/clips/pattern / _uid

Function _uid

pattern/text/tree.py:523–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

521
522_UID = 0
523def _uid():
524 global _UID; _UID+=1; return _UID
525
526def _is_tokenstring(string):
527 # The class mbsp.TokenString stores the format of tags for each token.

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…