config.json 1.5 KB
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12
{
  "export": [
    "evolope.json",
    "inherent.json",
    "poly.json"
  ],
  "keywords": [],
  "children": [
    {
      "封装": {
        "keywords": [],
        "children": [],
L
luxin 已提交
13 14 15
        "node_id": "python-4-204",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
16 17 18 19 20 21 22 23 24 25
      }
    },
    {
      "继承": {
        "keywords": [],
        "children": [
          {
            "子类的方法__init__": {
              "keywords": [],
              "children": [],
L
luxin 已提交
26 27 28
              "node_id": "python-5-133",
              "keywords_must": [],
              "keywords_forbid": []
F
feilong 已提交
29 30 31 32 33 34
            }
          },
          {
            "重写父类的方法": {
              "keywords": [],
              "children": [],
L
luxin 已提交
35 36 37
              "node_id": "python-5-134",
              "keywords_must": [],
              "keywords_forbid": []
F
feilong 已提交
38 39 40 41 42 43
            }
          },
          {
            "模拟实物": {
              "keywords": [],
              "children": [],
L
luxin 已提交
44 45 46
              "node_id": "python-5-135",
              "keywords_must": [],
              "keywords_forbid": []
F
feilong 已提交
47 48 49
            }
          }
        ],
L
luxin 已提交
50 51 52
        "node_id": "python-4-205",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
53 54 55 56 57 58
      }
    },
    {
      "多态": {
        "keywords": [],
        "children": [],
L
luxin 已提交
59 60 61
        "node_id": "python-4-206",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
62 63 64
      }
    }
  ],
L
luxin 已提交
65 66 67
  "node_id": "python-3-29",
  "keywords_must": [],
  "keywords_forbid": []
F
feilong 已提交
68
}