Skip to content

Commit a372f11

Browse files
committed
Book updated: 2016-12-12 23:45:18
1 parent 930a691 commit a372f11

63 files changed

Lines changed: 65 additions & 314 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Advanced-Features/context.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
12131213
<script>
12141214
var gitbook = gitbook || [];
12151215
gitbook.push(function() {
1216-
gitbook.page.hasChanged({"page":{"title":"上下文管理器","level":"1.7.3","depth":2,"next":{"title":"文件和目录","level":"1.8","depth":1,"path":"File-Directory/README.md","ref":"File-Directory/README.md","articles":[{"title":"读写文本文件","level":"1.8.1","depth":2,"path":"File-Directory/text_file_io.md","ref":"File-Directory/text_file_io.md","articles":[]},{"title":"读写二进制文件","level":"1.8.2","depth":2,"path":"File-Directory/binary_file_io.md","ref":"File-Directory/binary_file_io.md","articles":[]},{"title":"os 模块","level":"1.8.3","depth":2,"path":"File-Directory/os.md","ref":"File-Directory/os.md","articles":[]}]},"previous":{"title":"生成器","level":"1.7.2","depth":2,"path":"Advanced-Features/generator.md","ref":"Advanced-Features/generator.md","articles":[]},"dir":"ltr"},"config":{"plugins":["livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"theme-default":{"showLevel":false,"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"livereload":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}},"theme":"default","author":"ethan-funny","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"toc":true,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Python 之旅","links":{"sharing":{"all":null,"facebook":null,"google":null,"twitter":null,"weibo":null},"sidebar":{"ethan-funny's Blog":"https://funhacks.net"}},"gitbook":"*","description":"Notes for Learning Python","extension":null},"file":{"path":"Advanced-Features/context.md","mtime":"2016-12-12T13:06:31.000Z","type":"markdown"},"gitbook":{"version":"3.1.0","time":"2016-12-12T14:32:38.507Z"},"basePath":"..","book":{"language":""}});
1216+
gitbook.page.hasChanged({"page":{"title":"上下文管理器","level":"1.7.3","depth":2,"next":{"title":"文件和目录","level":"1.8","depth":1,"path":"File-Directory/README.md","ref":"File-Directory/README.md","articles":[{"title":"读写文本文件","level":"1.8.1","depth":2,"path":"File-Directory/text_file_io.md","ref":"File-Directory/text_file_io.md","articles":[]},{"title":"读写二进制文件","level":"1.8.2","depth":2,"path":"File-Directory/binary_file_io.md","ref":"File-Directory/binary_file_io.md","articles":[]},{"title":"os 模块","level":"1.8.3","depth":2,"path":"File-Directory/os.md","ref":"File-Directory/os.md","articles":[]}]},"previous":{"title":"生成器","level":"1.7.2","depth":2,"path":"Advanced-Features/generator.md","ref":"Advanced-Features/generator.md","articles":[]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"theme-default":{"showLevel":false,"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}},"theme":"default","author":"ethan-funny","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"toc":true,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Python 之旅","links":{"sharing":{"all":null,"facebook":null,"google":null,"twitter":null,"weibo":null},"sidebar":{"ethan-funny's Blog":"https://funhacks.net"}},"gitbook":"*","description":"Notes for Learning Python","extension":null},"file":{"path":"Advanced-Features/context.md","mtime":"2016-12-12T13:06:31.000Z","type":"markdown"},"gitbook":{"version":"3.1.0","time":"2016-12-12T15:39:09.378Z"},"basePath":"..","book":{"language":""}});
12171217
});
12181218
</script>
12191219
</div>
@@ -1223,10 +1223,6 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
12231223
<script src="../gitbook/theme.js"></script>
12241224

12251225

1226-
<script src="../gitbook/gitbook-plugin-livereload/plugin.js"></script>
1227-
1228-
1229-
12301226
<script src="../gitbook/gitbook-plugin-search/search-engine.js"></script>
12311227

12321228

Advanced-Features/generator.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
12641264
<script>
12651265
var gitbook = gitbook || [];
12661266
gitbook.push(function() {
1267-
gitbook.page.hasChanged({"page":{"title":"生成器","level":"1.7.2","depth":2,"next":{"title":"上下文管理器","level":"1.7.3","depth":2,"path":"Advanced-Features/context.md","ref":"Advanced-Features/context.md","articles":[]},"previous":{"title":"迭代器","level":"1.7.1","depth":2,"path":"Advanced-Features/iterator.md","ref":"Advanced-Features/iterator.md","articles":[]},"dir":"ltr"},"config":{"plugins":["livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"theme-default":{"showLevel":false,"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"livereload":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}},"theme":"default","author":"ethan-funny","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"toc":true,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Python 之旅","links":{"sharing":{"all":null,"facebook":null,"google":null,"twitter":null,"weibo":null},"sidebar":{"ethan-funny's Blog":"https://funhacks.net"}},"gitbook":"*","description":"Notes for Learning Python","extension":null},"file":{"path":"Advanced-Features/generator.md","mtime":"2016-12-12T13:06:31.000Z","type":"markdown"},"gitbook":{"version":"3.1.0","time":"2016-12-12T14:32:38.507Z"},"basePath":"..","book":{"language":""}});
1267+
gitbook.page.hasChanged({"page":{"title":"生成器","level":"1.7.2","depth":2,"next":{"title":"上下文管理器","level":"1.7.3","depth":2,"path":"Advanced-Features/context.md","ref":"Advanced-Features/context.md","articles":[]},"previous":{"title":"迭代器","level":"1.7.1","depth":2,"path":"Advanced-Features/iterator.md","ref":"Advanced-Features/iterator.md","articles":[]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"theme-default":{"showLevel":false,"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}},"theme":"default","author":"ethan-funny","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"toc":true,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Python 之旅","links":{"sharing":{"all":null,"facebook":null,"google":null,"twitter":null,"weibo":null},"sidebar":{"ethan-funny's Blog":"https://funhacks.net"}},"gitbook":"*","description":"Notes for Learning Python","extension":null},"file":{"path":"Advanced-Features/generator.md","mtime":"2016-12-12T13:06:31.000Z","type":"markdown"},"gitbook":{"version":"3.1.0","time":"2016-12-12T15:39:09.378Z"},"basePath":"..","book":{"language":""}});
12681268
});
12691269
</script>
12701270
</div>
@@ -1274,10 +1274,6 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
12741274
<script src="../gitbook/theme.js"></script>
12751275

12761276

1277-
<script src="../gitbook/gitbook-plugin-livereload/plugin.js"></script>
1278-
1279-
1280-
12811277
<script src="../gitbook/gitbook-plugin-search/search-engine.js"></script>
12821278

12831279

Advanced-Features/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
10771077
<script>
10781078
var gitbook = gitbook || [];
10791079
gitbook.push(function() {
1080-
gitbook.page.hasChanged({"page":{"title":"高级特性","level":"1.7","depth":1,"next":{"title":"迭代器","level":"1.7.1","depth":2,"path":"Advanced-Features/iterator.md","ref":"Advanced-Features/iterator.md","articles":[]},"previous":{"title":"陌生的 metaclass","level":"1.6.8","depth":2,"path":"Class/metaclass.md","ref":"Class/metaclass.md","articles":[]},"dir":"ltr"},"config":{"plugins":["livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"theme-default":{"showLevel":false,"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"livereload":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}},"theme":"default","author":"ethan-funny","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"toc":true,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Python 之旅","links":{"sharing":{"all":null,"facebook":null,"google":null,"twitter":null,"weibo":null},"sidebar":{"ethan-funny's Blog":"https://funhacks.net"}},"gitbook":"*","description":"Notes for Learning Python","extension":null},"file":{"path":"Advanced-Features/README.md","mtime":"2016-12-12T13:06:31.000Z","type":"markdown"},"gitbook":{"version":"3.1.0","time":"2016-12-12T14:32:38.507Z"},"basePath":"..","book":{"language":""}});
1080+
gitbook.page.hasChanged({"page":{"title":"高级特性","level":"1.7","depth":1,"next":{"title":"迭代器","level":"1.7.1","depth":2,"path":"Advanced-Features/iterator.md","ref":"Advanced-Features/iterator.md","articles":[]},"previous":{"title":"陌生的 metaclass","level":"1.6.8","depth":2,"path":"Class/metaclass.md","ref":"Class/metaclass.md","articles":[]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"theme-default":{"showLevel":false,"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}},"theme":"default","author":"ethan-funny","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"toc":true,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Python 之旅","links":{"sharing":{"all":null,"facebook":null,"google":null,"twitter":null,"weibo":null},"sidebar":{"ethan-funny's Blog":"https://funhacks.net"}},"gitbook":"*","description":"Notes for Learning Python","extension":null},"file":{"path":"Advanced-Features/README.md","mtime":"2016-12-12T13:06:31.000Z","type":"markdown"},"gitbook":{"version":"3.1.0","time":"2016-12-12T15:39:09.378Z"},"basePath":"..","book":{"language":""}});
10811081
});
10821082
</script>
10831083
</div>
@@ -1087,10 +1087,6 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
10871087
<script src="../gitbook/theme.js"></script>
10881088

10891089

1090-
<script src="../gitbook/gitbook-plugin-livereload/plugin.js"></script>
1091-
1092-
1093-
10941090
<script src="../gitbook/gitbook-plugin-search/search-engine.js"></script>
10951091

10961092

Advanced-Features/iterator.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
12411241
<script>
12421242
var gitbook = gitbook || [];
12431243
gitbook.push(function() {
1244-
gitbook.page.hasChanged({"page":{"title":"迭代器","level":"1.7.1","depth":2,"next":{"title":"生成器","level":"1.7.2","depth":2,"path":"Advanced-Features/generator.md","ref":"Advanced-Features/generator.md","articles":[]},"previous":{"title":"高级特性","level":"1.7","depth":1,"path":"Advanced-Features/README.md","ref":"Advanced-Features/README.md","articles":[{"title":"迭代器","level":"1.7.1","depth":2,"path":"Advanced-Features/iterator.md","ref":"Advanced-Features/iterator.md","articles":[]},{"title":"生成器","level":"1.7.2","depth":2,"path":"Advanced-Features/generator.md","ref":"Advanced-Features/generator.md","articles":[]},{"title":"上下文管理器","level":"1.7.3","depth":2,"path":"Advanced-Features/context.md","ref":"Advanced-Features/context.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"theme-default":{"showLevel":false,"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"livereload":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}},"theme":"default","author":"ethan-funny","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"toc":true,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Python 之旅","links":{"sharing":{"all":null,"facebook":null,"google":null,"twitter":null,"weibo":null},"sidebar":{"ethan-funny's Blog":"https://funhacks.net"}},"gitbook":"*","description":"Notes for Learning Python","extension":null},"file":{"path":"Advanced-Features/iterator.md","mtime":"2016-12-12T13:06:31.000Z","type":"markdown"},"gitbook":{"version":"3.1.0","time":"2016-12-12T14:32:38.507Z"},"basePath":"..","book":{"language":""}});
1244+
gitbook.page.hasChanged({"page":{"title":"迭代器","level":"1.7.1","depth":2,"next":{"title":"生成器","level":"1.7.2","depth":2,"path":"Advanced-Features/generator.md","ref":"Advanced-Features/generator.md","articles":[]},"previous":{"title":"高级特性","level":"1.7","depth":1,"path":"Advanced-Features/README.md","ref":"Advanced-Features/README.md","articles":[{"title":"迭代器","level":"1.7.1","depth":2,"path":"Advanced-Features/iterator.md","ref":"Advanced-Features/iterator.md","articles":[]},{"title":"生成器","level":"1.7.2","depth":2,"path":"Advanced-Features/generator.md","ref":"Advanced-Features/generator.md","articles":[]},{"title":"上下文管理器","level":"1.7.3","depth":2,"path":"Advanced-Features/context.md","ref":"Advanced-Features/context.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":[],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"theme-default":{"showLevel":false,"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}},"theme":"default","author":"ethan-funny","pdf":{"pageBreaksBefore":"/","headerTemplate":null,"toc":true,"paperSize":"a4","margin":{"right":62,"left":62,"top":36,"bottom":36},"fontSize":12,"fontFamily":"Arial","footerTemplate":null,"chapterMark":"pagebreak","pageNumbers":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Python 之旅","links":{"sharing":{"all":null,"facebook":null,"google":null,"twitter":null,"weibo":null},"sidebar":{"ethan-funny's Blog":"https://funhacks.net"}},"gitbook":"*","description":"Notes for Learning Python","extension":null},"file":{"path":"Advanced-Features/iterator.md","mtime":"2016-12-12T13:06:31.000Z","type":"markdown"},"gitbook":{"version":"3.1.0","time":"2016-12-12T15:39:09.378Z"},"basePath":"..","book":{"language":""}});
12451245
});
12461246
</script>
12471247
</div>
@@ -1251,10 +1251,6 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
12511251
<script src="../gitbook/theme.js"></script>
12521252

12531253

1254-
<script src="../gitbook/gitbook-plugin-livereload/plugin.js"></script>
1255-
1256-
1257-
12581254
<script src="../gitbook/gitbook-plugin-search/search-engine.js"></script>
12591255

12601256

0 commit comments

Comments
 (0)