MCPcopy Create free account
hub / github.com/coldtype/st2 / vt

Function vt

ST2/importer.py:32–33  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

30 sys.path.insert(0, str(st2_venv_lib))
31
32 def vt(v):
33 return tuple([int(x.split("a")[0]) for x in v.split(".")])
34
35 try:
36 import coldtype as C

Callers 1

do_importFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected