MCPcopy Create free account
hub / github.com/NanoComp/meep / _beg

Function _beg

python/simulation.py:5122–5126  ·  view source on GitHub ↗
(sim, todo)

Source from the content-addressed store, hash-verified

5120 closure = {"done": False}
5121
5122 def _beg(sim, todo):
5123 if not closure["done"]:
5124 for f in step_funcs:
5125 _eval_step_func(sim, f, todo)
5126 closure["done"] = True
5127
5128 return _beg
5129

Callers

nothing calls this directly

Calls 1

_eval_step_funcFunction · 0.85

Tested by

no test coverage detected