MCPcopy Create free account
hub / github.com/Standard-Intelligence/hertz-dev / first

Function first

ioblocks.py:103–104  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

101 return unpack(t, ps, pattern)[0]
102
103def first(l):
104 return l[0]
105
106def round_up_multiple(num, mult):
107 return ceil(num / mult) * mult

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected