MCPcopy Create free account
hub / github.com/microsoft/Cream / parse_ksize

Function parse_ksize

Cream/lib/utils/builder_util.py:9–13  ·  view source on GitHub ↗
(ss)

Source from the content-addressed store, hash-verified

7
8
9def parse_ksize(ss):
10 if ss.isdigit():
11 return int(ss)
12 else:
13 return [int(k) for k in ss.split('.')]
14
15
16def decode_arch_def(

Callers 1

decode_block_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected