config.json 7.9 KB
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9
{
  "export": [
    "key_value_set.json",
    "hash_key_value_set.json",
    "hash_key_value_set_by_compose.json"
  ],
  "keywords": [],
  "children": [
    {
F
feilong 已提交
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
        "类定义class": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-76"
        }
    },
    {
        "作用域和命名空间": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-77"
        }
    },
    {
        "对象": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-78"
        }
    },
    {
        "属性和方法": {
            "keywords": [],
            "children": [
                {
                    "模拟数值类型": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-43"
                    }
                },
                {
                    "字符串表示形式": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-44"
                    }
                },
                {
                    "自定义的布尔值": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-45"
                    }
                }
            ],
            "node_id": "python-4-79"
        }
    },
    {
        "类编码风格": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-80"
        }
    },
    {
        "初探类": {
            "keywords": [],
            "children": [
                {
                    "类定义语法": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-46"
                    }
                },
                {
                    "类对象": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-47"
                    }
                },
                {
                    "方法对象": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-48"
                    }
F
feilong 已提交
90
                }
F
feilong 已提交
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
            ],
            "node_id": "python-4-81"
        }
    },
    {
        "补充说明": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-82"
        }
    },
    {
        "私有变量": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-83"
        }
    },
    {
        "生成器表达式": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-84"
        }
    },
    {
        "类到底是什么": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-85"
        }
    },
    {
        "创建自定义类": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-86"
        }
    },
    {
        "再谈隐藏": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-87"
        }
    },
    {
        "类的命名空间": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-88"
        }
    },
    {
        "指定超类": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-89"
        }
    },
    {
        "深入探讨继承": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-90"
        }
    },
    {
        "多个超类": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-91"
        }
    },
    {
        "接口和内省": {
            "keywords": [],
            "children": [
                {
                    "Python文化中的接口和协议": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-49"
                    }
                },
                {
                    "Python喜欢序列": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-50"
                    }
                },
                {
                    "使用猴子补丁在运行时实现协议": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-51"
                    }
                },
                {
                    "Alex Martelli的水禽": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-52"
                    }
                },
                {
                    "定义抽象基类的子类": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-53"
                    }
                },
                {
                    "标准库中的抽象基类": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-54"
                    }
                },
                {
                    "定义并使用一个抽象基类": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-55"
                    }
                },
                {
                    "Tombola子类的测试方法": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-56"
                    }
                },
                {
                    "Python使用register的方式": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-57"
                    }
                },
                {
                    "鹅的行为有可能像鸭子": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-58"
                    }
                }
            ],
            "node_id": "python-4-92"
        }
    },
    {
        "抽象基类": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-93"
        }
    },
    {
        "导入类": {
            "keywords": [],
            "children": [
                {
                    "导入单个类": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-59"
                    }
                },
                {
                    "在一个模块中存储多个类": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-60"
                    }
                },
                {
                    "从一个模块中导入多个类": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-61"
                    }
                },
                {
                    "导入模块中的所有类": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-62"
                    }
                },
                {
                    "自定义工作流程": {
                        "keywords": [],
                        "children": [],
                        "node_id": "python-5-63"
                    }
                }
            ],
            "node_id": "python-4-94"
        }
    },
    {
        "Python标准库": {
            "keywords": [],
            "children": [],
            "node_id": "python-4-95"
        }
F
feilong 已提交
299 300 301 302
    }
  ],
  "node_id": "python-3-10"
}