MCPcopy Create free account
hub / github.com/csaez/mscreen / __init__

Method __init__

tests/test_stress.py:83–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81
82class ParticleSystem(object):
83 def __init__(self):
84 super(ParticleSystem, self).__init__()
85 self.time = -1
86 self._states = list()
87 self.addState()
88 self.clear()
89
90 def clear(self):
91 self.particles = list()

Callers

nothing calls this directly

Calls 3

addStateMethod · 0.95
clearMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected