PyArmor Documentation v5.9.5. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 6.13 runtime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 7.4 Runtime Package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Obfuscated Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 9 Runtime Module pytransform 61 9.1 Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 131 页 | 428.65 KB | 1 年前3
PyArmor Documentation v6.2.8protection code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 3.21 Storing runtime file license.lic to any location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 6.14 runtime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 7.4 Runtime Package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 153 页 | 483.38 KB | 1 年前3
PyArmor Documentation v6.4.4code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 i 3.22 Storing runtime file license.lic to any location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 6.14 runtime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 7.4 Runtime Package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 167 页 | 510.99 KB | 1 年前3
Celery 3.1 DocumentationThis document describes the current stable version of Celery (3.1). For development docs, go here. Celery - Distributed Task Queue Celery is a simple, flexible and reliable distributed system to process Search Page This document describes the current stable version of Celery (3.1). For development docs, go here. Copyright Celery User Manual by Ask Solem Copyright © 2009-2015, Ask Solem. All rights reserved org/licenses/BSD-3-Clause] This document describes the current stable version of Celery (3.1). For development docs, go here. Getting Started Release: 3.1 Date: Nov 12, 2017 Introduction to Celery What is a Task Queue0 码力 | 887 页 | 1.22 MB | 1 年前3
PyArmor Documentation v5.3.0Obfuscated Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 3 Runtime Module pytransform 9 3.1 Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 5.4 Runtime Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 12 When Things Go Wrong 49 12.1 Segment fault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 85 页 | 299.37 KB | 1 年前3
PyWebIO v1.2.3 Documentationoutput its content to a scope, the default is “current scope”. “current scope” is determined by the runtime context. The output function can also manually specify the scope to output. The scope name is unique the scope will be reduced by one. PyWebIO uses the Scope stack to save the scope nesting level at runtime. For example, the following code will create 3 scopes: with use_scope('A'): put_text('Text in scope put_xxx()) will output the content to the “current scope” by default, and the “current scope” of the runtime context can be set by use_scope(). In addition, you can use the scope parameter of the output function0 码力 | 92 页 | 1.32 MB | 1 年前3
PyWebIO v1.2.2 Documentationoutput its content to a scope, the default is “current scope”. “current scope” is determined by the runtime context. The output function can also manually specify the scope to output. The scope name is unique scope will be reduced by one. PyWebIO uses the Scope stack to save the nesting level of scope at runtime. For example, the following code will create 3 scopes: with use_scope('A'): put_text('Text in scope put_xxx()) will output the content to the “current scope” by default, and the “current scope” of the runtime context can be set by use_scope(). In addition, you can use the scope parameter of the output function0 码力 | 92 页 | 1.35 MB | 1 年前3
Jinja2 Documentation Release 2.10will also need setuptools or distribute installed at runtime. 1.2 Installation You have multiple ways to install Jinja2. If you are unsure what to do, go with the Python egg or tarball. 3 1.2.1 As a Python render it with some variables, just call the render() method: print template.render(the='variables', go='here') Using a template loader rather than passing strings to Template or Environment. from_string() Notes on Identifiers. policies A dictionary with Policies. These can be reconfigured to change the runtime behavior or certain template features. Usually these are security related. 11 code_generator_class0 码力 | 148 页 | 475.08 KB | 1 年前3
PyArmor Documentation v5.5.4Obfuscated Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 3 Runtime Module pytransform 9 3.1 Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 6.4 Runtime Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Packing PyQt Application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 15 When Things Go Wrong 65 15.1 Segment fault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 107 页 | 348.47 KB | 1 年前3
PyArmor Documentation v5.6.0Obfuscated Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 3 Runtime Module pytransform 9 3.1 Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 6.4 Runtime Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Packing PyQt Application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 15 When Things Go Wrong 65 15.1 Segment fault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 107 页 | 352.50 KB | 1 年前3
共 465 条
- 1
- 2
- 3
- 4
- 5
- 6
- 47













