config.json 2.4 KB
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
{
  "export": [
    "file_basic.json",
    "file_piece_sha256.json"
  ],
  "keywords": [],
  "children": [
    {
      "打开文件": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-188"
      }
    },
    {
      "文件基本方法": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-189"
      }
    },
    {
      "文件内容迭代": {
        "keywords": [],
        "children": [
          {
            "每次一个字符(或字节)": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-123"
            }
          },
          {
            "每次一行": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-124"
            }
          },
          {
            "读取所有内容": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-125"
            }
          },
          {
            "使用fileinput实现延迟行迭代": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-126"
            }
          },
          {
            "文件迭代器": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-127"
            }
          }
        ],
        "node_id": "python-4-190"
      }
    },
    {
      "文件的基本方法": {
        "keywords": [],
        "children": [
          {
            "读取和写入": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-128"
            }
          },
          {
            "使用管道重定向输出": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-129"
            }
          },
          {
            "读取和写入行": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-130"
            }
          },
          {
            "关闭文件": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-131"
            }
          },
          {
            "使用文件的基本方法": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-132"
            }
          }
        ],
        "node_id": "python-4-191"
      }
    }
  ],
  "node_id": "python-3-24"
}