Beispiel #1
0
 def _add_json(self):
     jsonstr = _get_json_spec_str(self._specs)
     self._specs['instructions'].append(('run', jsonstr))
 def _add_json(self):
     jsonstr = _get_json_spec_str(self._specs)
     self._specs["instructions"].append(("run", jsonstr))