copy.json 342 字节
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "one_line": {
    "\"copy.py\", \"/tmp/copy.py\"": [
      "\"/tmp/copy.py\", \"copy.py\""
    ],
    "\"copy.py\", \"/tmp/copy2.py\"": [
      "\"/tmp/copy2.py\", \"copy.py\""
    ],
    "dirs_exist_ok=True": [
      "dirs_exist_ok=False"
    ]
  },
  "source": "copy.py",
  "depends": [],
  "exercise_id": 18,
  "type": "code_options"
}