Python 标准库参考指南 2.7.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 7 String Services 71 7.1 string —常见的字符串操作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 8.14 UserString —Class wrapper for string objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 8.15 types —Names for built-in equivalent to isinstance(obj, (str, unicode)). 2.3 新版功能. bin(x) Convert an integer number to a binary string. The result is a valid Python expression. If x is not a Python int object, it has to define an __index__()0 码力 | 1552 页 | 7.42 MB | 9 月前3
Python 标准库参考指南 2.7.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 7 String Services 71 7.1 string —常见的字符串操作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 8.14 UserString —Class wrapper for string objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 8.15 types —Names for built-in equivalent to isinstance(obj, (str, unicode)). 2.3 新版功能. bin(x) Convert an integer number to a binary string. The result is a valid Python expression. If x is not a Python int object, it has to define an __index__()0 码力 | 1552 页 | 7.42 MB | 9 月前3
Python 标准库参考指南 2.7.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 7 String Services 71 7.1 string —常见的字符串操作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 8.14 UserString —Class wrapper for string objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 8.15 types —Names for built-in equivalent to isinstance(obj, (str, unicode)). 2.3 新版功能. bin(x) Convert an integer number to a binary string. The result is a valid Python expression. If x is not a Python int object, it has to define an __index__()0 码力 | 1552 页 | 7.42 MB | 9 月前3
MuPDF 1.25.0 Documentationshort is assumed to be exactly 16 bits. • char is assumed to be exactly 8 bits. • Array sizes, string lengths, and allocations are measured using size_t. size_t is 32bit in 32bit builds, and 64bit on Read the contents of a file and return them as a UTF-8 decoded string. readline() Read one line of input from stdin and return it as a string. require(module) Load a JavaScript module. write(...) Print modules. 6.1.1 Core API The core module contains the runtime context, exception handling, and various string manipulation, math, hash table, binary tree, and other useful functions. Core API Almost all functions0 码力 | 259 页 | 1.11 MB | 8 月前3
MuPDF 1.23.0 Documentationshort is assumed to be exactly 16 bits. • char is assumed to be exactly 8 bits. • Array sizes, string lengths, and allocations are measured using size_t. size_t is 32bit in 32bit builds, and 64bit on Read the contents of a file and return them as a UTF-8 decoded string. readline() Read one line of input from stdin and return it as a string. require(module) Load a JavaScript module. write(...) Print modules. 5.1.1 Core API The core module contains the runtime context, exception handling, and various string manipulation, math, hash table, binary tree, and other useful functions. Core API Almost all functions0 码力 | 245 页 | 817.74 KB | 8 月前3
MuPDF 1.24.0 Documentationshort is assumed to be exactly 16 bits. • char is assumed to be exactly 8 bits. • Array sizes, string lengths, and allocations are measured using size_t. size_t is 32bit in 32bit builds, and 64bit on Read the contents of a file and return them as a UTF-8 decoded string. readline() Read one line of input from stdin and return it as a string. require(module) Load a JavaScript module. write(...) Print modules. 5.1.1 Core API The core module contains the runtime context, exception handling, and various string manipulation, math, hash table, binary tree, and other useful functions. Core API Almost all functions0 码力 | 249 页 | 830.15 KB | 8 月前3
MuPDF 1.22.0 Documentationshort is assumed to be exactly 16 bits. • char is assumed to be exactly 8 bits. • Array sizes, string lengths, and allocations are measured using size_t. size_t is 32bit in 32bit builds, and 64bit on Read the contents of a file and return them as a UTF-8 decoded string. readline() Read one line of input from stdin and return it as a string. require(module) Load a JavaScript module. write(...) Print separated by spaces. Arguments • ... – Arguments to print. repr(object) Format the object into a string with JavaScript syntax. Example var document = new Document("my_pdf.pdf"); repr(document); // "[userdata0 码力 | 175 页 | 698.87 KB | 8 月前3
Jinja2 Documentation Release 2.10What you can see here is that Jinja2 is using unicode internally and the return value is an unicode string. So make sure that your application is indeed using unicode inter- nally. 1.4 Experimental Python go='here') Using a template loader rather than passing strings to Template or Environment. from_string() has multiple advantages. Besides being a lot easier to use it also en- ables template inheritance line sequence which is per default UNIX style (\n). Python 2.x supports two ways of representing string objects. One is the str type and the other is the unicode type, both of which extend a type called0 码力 | 148 页 | 475.08 KB | 1 年前3
sqlalchemy tutorialanywhere. The standard calling form has to send the URL as the first positional argument, usually a string that indicates database dialect and connection arguments. Using the code given below, we can create ocalhost/college",echo=True) To specifically mention DB-API to be used for connection, the URL string takes the form as follows: dialect[+driver]://user:password@host/dbname For example, if you 8 String Text Time To create a students table in college database, use the following snippet: from sqlalchemy import Table, Column, Integer, String, MetaData meta = MetaData()0 码力 | 92 页 | 1.77 MB | 1 年前3
Conda 23.7.x Documentationcom/AnacondaRecipes/intel_repack-feedstock/blob/ e699b12/recipe/meta.yaml#L108-L112 Note that mkl is a string of blas. That metapackage is automatically added as a dependency using run_exports when someone the mutual exclusivity. It unifies the options on a single package name, but with a different build string. Automating the addition of the metapackage with run_exports helps ensure the library consumers (package dependencies are mutually exclusive (meaning they do not have similar names and different version/build-string). This pathway may lead to some ambiguity and solutions with mixed BLAS, so using the metapackage0 码力 | 795 页 | 4.91 MB | 8 月前3
共 524 条
- 1
- 2
- 3
- 4
- 5
- 6
- 53













