question_generation/generate_questions.py [198:203]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  new_node = {
    'type': node['type'],
    'inputs': node['inputs'],
  }
  if 'side_inputs' in node:
    new_node['side_inputs'] = node['side_inputs']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



question_generation/question_engine.py [223:228]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    new_node = {
      'type': node['type'],
      'inputs': node['inputs'],
    }
    if 'side_inputs' in node:
      new_node['side_inputs'] = node['side_inputs']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



