blob: cee0d86f369e907081ab7468ff6cb5337bdeda39 (
plain)
1
2
3
4
5
|
sp.disable_function.function("include").param("").value_r("sim$").drop().simulation();
sp.disable_function.function("include").param("").value_r("meh$").drop();
sp.disable_function.function("include_once").param("").value_r("sim$").drop().simulation();
sp.disable_function.function("include_once").param("").value_r("meh$").drop();
|