config.json 1.4 KB
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "version": "0.0.2",
  "export": [
    "counter.json",
    "lock_counter.json",
    "thread_free.json",
    "image_download.json",
    "thread_executor.json",
    "producer_consumer.json",
    "async.json",
    "multi_process.json"
  ],
  "keywords": [],
  "children": [
    {
      "基础概念": {
        "keywords": [],
        "children": [],
L
luxin 已提交
19 20 21
        "node_id": "python-4-763",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
22 23 24 25 26 27
      }
    },
    {
      "加锁和解锁": {
        "keywords": [],
        "children": [],
L
luxin 已提交
28 29 30
        "node_id": "python-4-764",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
31 32 33 34 35 36
      }
    },
    {
      "threading": {
        "keywords": [],
        "children": [],
L
luxin 已提交
37 38 39
        "node_id": "python-4-765",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
40 41 42 43 44 45
      }
    },
    {
      "multiprocessing": {
        "keywords": [],
        "children": [],
L
luxin 已提交
46 47 48
        "node_id": "python-4-766",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
49 50 51 52 53 54
      }
    },
    {
      "queue": {
        "keywords": [],
        "children": [],
L
luxin 已提交
55 56 57
        "node_id": "python-4-767",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
58 59 60 61 62 63
      }
    },
    {
      "gevent": {
        "keywords": [],
        "children": [],
L
luxin 已提交
64 65 66
        "node_id": "python-4-768",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
67 68 69
      }
    }
  ],
L
luxin 已提交
70 71 72
  "node_id": "python-3-132",
  "keywords_must": [],
  "keywords_forbid": []
F
feilong 已提交
73
}