MCPcopy Create free account
hub / github.com/Pixel-Talk/EHM-Tracker / __init__

Method __init__

src/modules/flame/FLAME.py:48–50  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

46
47class Struct(object):
48 def __init__(self, **kwargs):
49 for key, val in kwargs.items():
50 setattr(self, key, val)
51
52
53def face_vertices(vertices, faces):

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected