MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / __init__

Method __init__

LuaSTGPlus/string2enum.py:36–37  ·  view source on GitHub ↗
(self, count)

Source from the content-addressed store, hash-verified

34
35class union_set:
36 def __init__(self, count):
37 self._obj = [x for x in range(0, count)]
38
39 def find(self, x):
40 if x != self._obj[x]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected