Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
class
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
addState
Method · 0.95
clear
Method · 0.95
__init__
Method · 0.45
Tested by
no test coverage detected