config.json 1.4 KB
Newer Older
F
feilong 已提交
1 2 3 4 5 6
{
  "export": [
    "key_value_set.json",
    "hash_key_value_set.json",
    "hash_key_value_set_by_compose.json"
  ],
F
feilong 已提交
7 8 9 10 11
  "keywords": [
      "Python类",
      "Python类继承",
      "Python抽象类"
  ],
F
feilong 已提交
12 13
  "children": [
    {
F
feilong 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
        "Python类定义class": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-76",
            "keywords_must": [],
            "keywords_forbid": []
        }
    },
    {
        "Python对象": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-78",
            "keywords_must": [],
            "keywords_forbid": []
        }
    },
    {
        "Python类属性和方法": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-79",
            "keywords_must": [],
            "keywords_forbid": []
        }
    },
    {
        "Python类继承": {
          "keywords": [],
          "children": [],
          "node_id": "python-4-77",
          "keywords_must": [],
          "keywords_forbid": []
        }
    },
    {
        "Python抽象基类": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-93",
            "keywords_must": [],
            "keywords_forbid": []
        }
F
feilong 已提交
57 58
    }
  ],
L
luxin 已提交
59
  "node_id": "python-3-10",
U
u010280923 已提交
60 61 62
  "keywords_must": [
    ["python", "类"]
  ],
L
luxin 已提交
63
  "keywords_forbid": []
F
feilong 已提交
64
}