 Mypy 1.8.0 Documentationoverload semantics documented above are new as of mypy 0.620. Previously, mypy used to perform type erasure on all overload variants. For example, the summarize example from the previous section used to be0 码力 | 234 页 | 902.89 KB | 1 年前3 Mypy 1.8.0 Documentationoverload semantics documented above are new as of mypy 0.620. Previously, mypy used to perform type erasure on all overload variants. For example, the summarize example from the previous section used to be0 码力 | 234 页 | 902.89 KB | 1 年前3
 Mypy 1.10.0+dev Documentationoverload semantics documented above are new as of mypy 0.620. Previously, mypy used to perform type erasure on all overload variants. For example, the summarize example from the previous section used to be0 码力 | 318 页 | 270.84 KB | 1 年前3 Mypy 1.10.0+dev Documentationoverload semantics documented above are new as of mypy 0.620. Previously, mypy used to perform type erasure on all overload variants. For example, the summarize example from the previous section used to be0 码力 | 318 页 | 270.84 KB | 1 年前3
 Mypy 1.8.0 Documentationoverload semantics documented above are new as of mypy 0.620. Previously, mypy used to perform type erasure on all overload variants. For example, the summarize example from the previous section used to be0 码力 | 318 页 | 271.55 KB | 1 年前3 Mypy 1.8.0 Documentationoverload semantics documented above are new as of mypy 0.620. Previously, mypy used to perform type erasure on all overload variants. For example, the summarize example from the previous section used to be0 码力 | 318 页 | 271.55 KB | 1 年前3
 Mypy 1.10.0+dev Documentationoverload semantics documented above are new as of mypy 0.620. Previously, mypy used to perform type erasure on all overload variants. For example, the summarize example from the previous section used to be0 码力 | 234 页 | 913.89 KB | 1 年前3 Mypy 1.10.0+dev Documentationoverload semantics documented above are new as of mypy 0.620. Previously, mypy used to perform type erasure on all overload variants. For example, the summarize example from the previous section used to be0 码力 | 234 页 | 913.89 KB | 1 年前3
 Celery v4.0.0 Documentationlarger projects using a dedicated configuration module is useful, in fact you’re discouraged from hard coding periodic task intervals and task routing options, as it’s much better to keep this in a centralized the workers -Q argument: $ celery -A proj worker -l info -Q celery,priority.high See also Hard-coding queue names in code isn’t recommended, the best practice is to use configuration routers (task_routes) contributing must be easy and that the community is friendly and not nitpicking on details, such as coding style. If you’re reporting a bug you should read the Reporting bugs section below to ensure that0 码力 | 2106 页 | 2.23 MB | 1 年前3 Celery v4.0.0 Documentationlarger projects using a dedicated configuration module is useful, in fact you’re discouraged from hard coding periodic task intervals and task routing options, as it’s much better to keep this in a centralized the workers -Q argument: $ celery -A proj worker -l info -Q celery,priority.high See also Hard-coding queue names in code isn’t recommended, the best practice is to use configuration routers (task_routes) contributing must be easy and that the community is friendly and not nitpicking on details, such as coding style. If you’re reporting a bug you should read the Reporting bugs section below to ensure that0 码力 | 2106 页 | 2.23 MB | 1 年前3
 Celery 3.0 Documentationlarger projects using a dedicated configuration module is useful, in fact you’re discouraged from hard coding periodic task intervals and task routing options, as it’s much better to keep this in a centralized the workers -Q argument: $ celery -A proj worker -l info -Q celery,priority.high See also Hard-coding queue names in code isn’t recommended, the best practice is to use configuration routers (task_routes) contributing must be easy and that the community is friendly and not nitpicking on details, such as coding style. If you’re reporting a bug you should read the Reporting bugs section below to ensure that0 码力 | 2110 页 | 2.23 MB | 1 年前3 Celery 3.0 Documentationlarger projects using a dedicated configuration module is useful, in fact you’re discouraged from hard coding periodic task intervals and task routing options, as it’s much better to keep this in a centralized the workers -Q argument: $ celery -A proj worker -l info -Q celery,priority.high See also Hard-coding queue names in code isn’t recommended, the best practice is to use configuration routers (task_routes) contributing must be easy and that the community is friendly and not nitpicking on details, such as coding style. If you’re reporting a bug you should read the Reporting bugs section below to ensure that0 码力 | 2110 页 | 2.23 MB | 1 年前3
 Python3 基础教程 - 廖雪峰练习 Python3 基础教程【完整版】 http://www.yeayee.com/ 32/531 请利用 print()输出 1024 * 768 = xxx: # -*- coding: utf-8 -*- ---- print(???) 参考源码 do_input.py Python 基础 Python 是一种计算机编程语言。计算机编程语言和我们日常使用的自然 UTF-8 编码。当 Python 解释器读取源代码时,为了让它按 UTF-8 编码读取,我们通常 在文件开头写上这两行: #!/usr/bin/env python3 # -*- coding: utf-8 -*- 第一行注释是为了告诉 Linux/OS X 系统,这是一个 Python 可执行程序, Windows 系统会忽略这个注释; Python3 基础教程【完整版】 编码并不意味着你的.py 文件就是 UTF-8 编码的,必须并 且要确保文本编辑器正在使用 UTF-8 without BOM 编码: 如果.py文件本身使用UTF-8编码,并且也申明了# -*- coding: utf-8 -*-, 打开命令提示符测试就可以正常显示中文: Python3 基础教程【完整版】 http://www.yeayee.com/ 51/531 格式化0 码力 | 531 页 | 5.15 MB | 1 年前3 Python3 基础教程 - 廖雪峰练习 Python3 基础教程【完整版】 http://www.yeayee.com/ 32/531 请利用 print()输出 1024 * 768 = xxx: # -*- coding: utf-8 -*- ---- print(???) 参考源码 do_input.py Python 基础 Python 是一种计算机编程语言。计算机编程语言和我们日常使用的自然 UTF-8 编码。当 Python 解释器读取源代码时,为了让它按 UTF-8 编码读取,我们通常 在文件开头写上这两行: #!/usr/bin/env python3 # -*- coding: utf-8 -*- 第一行注释是为了告诉 Linux/OS X 系统,这是一个 Python 可执行程序, Windows 系统会忽略这个注释; Python3 基础教程【完整版】 编码并不意味着你的.py 文件就是 UTF-8 编码的,必须并 且要确保文本编辑器正在使用 UTF-8 without BOM 编码: 如果.py文件本身使用UTF-8编码,并且也申明了# -*- coding: utf-8 -*-, 打开命令提示符测试就可以正常显示中文: Python3 基础教程【完整版】 http://www.yeayee.com/ 51/531 格式化0 码力 | 531 页 | 5.15 MB | 1 年前3
 PyWebIO v1.2.3 Documentationin. And after being output, the content can also be modified: hobby = output('Coding') # equal to output(put_text('Coding')) put_table([ ['Name', 'Hobbies'], (continues on next page) 4.1. User’s guide initialized to Coding ]) hobby.reset('Movie') # hobby is reset to Movie hobby.append('Music', put_text('Drama')) # append Music, Drama to hobby hobby.insert(0, put_markdown('**Coding**')) # insert the the Coding into the top of the ˓→hobby Context Manager Some output functions that accept put_xxx() calls as content can be used as context manager: with put_collapse('This is title'): for i in range(4):0 码力 | 92 页 | 1.32 MB | 1 年前3 PyWebIO v1.2.3 Documentationin. And after being output, the content can also be modified: hobby = output('Coding') # equal to output(put_text('Coding')) put_table([ ['Name', 'Hobbies'], (continues on next page) 4.1. User’s guide initialized to Coding ]) hobby.reset('Movie') # hobby is reset to Movie hobby.append('Music', put_text('Drama')) # append Music, Drama to hobby hobby.insert(0, put_markdown('**Coding**')) # insert the the Coding into the top of the ˓→hobby Context Manager Some output functions that accept put_xxx() calls as content can be used as context manager: with put_collapse('This is title'): for i in range(4):0 码力 | 92 页 | 1.32 MB | 1 年前3
 PyWebIO v1.2.2 Documentationin. And after being output, the content can also be modified: hobby = output('Coding') # equal to output(put_text('Coding')) put_table([ ['Name', 'Hobbies'], (continues on next page) 4.1. User’s guide initialized to Coding ]) hobby.reset('Movie') # hobby is reset to Movie hobby.append('Music', put_text('Drama')) # append Music, Drama to hobby hobby.insert(0, put_markdown('**Coding**')) # insert the the Coding into the top of the ˓→hobby Context Manager Some output functions that accept put_xxx() calls as content can be used as context manager: with put_collapse('This is title'): for i in range(4):0 码力 | 92 页 | 1.35 MB | 1 年前3 PyWebIO v1.2.2 Documentationin. And after being output, the content can also be modified: hobby = output('Coding') # equal to output(put_text('Coding')) put_table([ ['Name', 'Hobbies'], (continues on next page) 4.1. User’s guide initialized to Coding ]) hobby.reset('Movie') # hobby is reset to Movie hobby.append('Music', put_text('Drama')) # append Music, Drama to hobby hobby.insert(0, put_markdown('**Coding**')) # insert the the Coding into the top of the ˓→hobby Context Manager Some output functions that accept put_xxx() calls as content can be used as context manager: with put_collapse('This is title'): for i in range(4):0 码力 | 92 页 | 1.35 MB | 1 年前3
 PyWebIO v1.3.3 Documentationalso be modified: hobby = output('Coding') # equal to output(put_text('Coding')) put_table([ ['Name', 'Hobbies'], ['Wang', hobby] # hobby is initialized to Coding ]) hobby.reset('Movie') # hobby is put_text('Drama')) # append Music, Drama to hobby hobby.insert(0, put_markdown('**Coding**')) # insert the Coding into the top of the ˓→hobby Context Manager Some output functions that accept put_xxx() output(). Example hobby = output(put_text('Coding')) # equal to output('Coding') put_table([ ['Name', 'Hobbies'], ['Wang', hobby] # hobby is initialized to Coding ]) hobby.reset('Movie') # hobby is reset0 码力 | 100 页 | 1.34 MB | 1 年前3 PyWebIO v1.3.3 Documentationalso be modified: hobby = output('Coding') # equal to output(put_text('Coding')) put_table([ ['Name', 'Hobbies'], ['Wang', hobby] # hobby is initialized to Coding ]) hobby.reset('Movie') # hobby is put_text('Drama')) # append Music, Drama to hobby hobby.insert(0, put_markdown('**Coding**')) # insert the Coding into the top of the ˓→hobby Context Manager Some output functions that accept put_xxx() output(). Example hobby = output(put_text('Coding')) # equal to output('Coding') put_table([ ['Name', 'Hobbies'], ['Wang', hobby] # hobby is initialized to Coding ]) hobby.reset('Movie') # hobby is reset0 码力 | 100 页 | 1.34 MB | 1 年前3
共 332 条
- 1
- 2
- 3
- 4
- 5
- 6
- 34














 
 