Home | History | Annotate | Download | only in pydoc_data

Lines Matching refs:Also

90                '* If the target list is empty: The object must also be an '
284 'See also:\n'
323 'augmented version, "x" is only evaluated once. Also, when '
403 'See also: **PEP 526** - Variable and attribute annotation '
519 ' instances of the class. If the class also defines '
821 ' unless they also define *__slots__* (which must only '
825 '* If a class defines a slot also defined in a base '
842 ' may also be used; however, in the future, special '
905 'augmented version, "x" is only evaluated once. Also, when '
940 'levels. Note that some of these operations also apply to certain '
995 'also\n'
1001 'operator is also overloaded by string objects to perform '
1003 'string formatting (also known as interpolation). The syntax for\n'
1057 'through their "__code__" attribute. See also the '
1110 'In the context of Boolean operations, and also when expressions '
1421 'Classes can also be decorated: just like when decorating '
1453 'See also: **PEP 3115** - Metaclasses in Python 3 **PEP 3129** -\n'
1462 'operation. Also unlike C, expressions like "a < b < c" have '
1509 "method for an object's value. Also, there is no requirement "
1744 ' to sequences, but not to sets or mappings). See also the\n'
1844 'code. Function and class definitions are also syntactically '
1870 'Also note that the semicolon binds tighter than the colon in '
1897 '"DEDENT". Also note that optional continuation clauses always '
2197 'also executed \'on the way out.\' A "continue" statement is '
2306 'See also:\n'
2384 'parameters up until the ""*"" must also have a default value --- '
2454 'It is also possible to create anonymous functions (functions not '
2479 'See also:\n'
2540 'Classes can also be decorated: just like when decorating '
2574 'See also: **PEP 3115** - Metaclasses in Python 3 **PEP 3129** -\n'
2649 'See also "__aiter__()" and "__anext__()" for details.\n'
2686 'See also "__aenter__()" and "__aexit__()" for details.\n'
2692 'See also: **PEP 492** - Coroutines with async and await syntax\n'
2728 also be used by directly invoking '
2771 'See also:\n'
2864 ' is also commonly overridden in custom metaclasses in '
2894 'is also\n'
2959 ' "sys.stderr" instead. Also, when "__del__()" is '
2999 ' not "__str__()", then "__repr__()" is also used when an '
3145 ' object that also play a part in comparison of objects by '
3199 ' retrieve their hash value, and will also be correctly '
3244 ' 64-bit builds).See also "PYTHONHASHSEED".\n'
3277 'context of any stack frame. It also supports post-mortem '
3309 '"pdb.py" can also be invoked as a script to debug other '
3507 'debugged. Python statements can also be prefixed with an '
3733 ' greater or equal to that is reached. In both cases, also '
3803 ' Note: "print()" can also be used, but is not a debugger '
4070 'error (such as division by zero). A Python program can also\n'
4117 'See also the description of the "try" statement in section The '
4189 'A target occurring in a "del" statement is also considered '
4401 'error (such as division by zero). A Python program can also\n'
4448 'See also the description of the "try" statement in section The '
4657 'See also the Format Specification Mini-Language section.\n'
4745 'A *format_spec* field can also include nested replacement '
4770 'also be passed directly to the built-in "format()" '
4922 'Changed in version 3.1: Added the "\',\'" option (see also '
4936 'Changed in version 3.6: Added the "\'_\'" option (see also '
5108 ' | | significand, and the decimal point is also '
5176 'The new format syntax also supports new and different '
5264 ' >>> # format also supports binary numbers\n'
5394 'parameters up until the ""*"" must also have a default value --- '
5464 'It is also possible to create anonymous functions (functions not '
5489 'See also:\n'
5588 'Identifiers (also referred to as *names*) are described by '
5595 'see also\n'
5803 'also describes the various types of packages and modules that can '
6026 'See also:\n'
6176 'A target occurring in a "del" statement is also considered bound '
6391 'See also:\n'
6582 ' "__index__()" is defined "__int__()" should also be '
6593 'program computer," code is also represented by objects.)\n'
6609 '(e.g., "does it have a length?") and also defines the possible '
6615 '*type* is also unchangeable. [1]\n'
6663 'Also note that catching an exception with a \'"try"..."except"\'\n'
6672 'not guaranteed to happen, such objects also provide an explicit '
6878 '[5] The "%" operator is also used for string formatting; '
7070 'range of items. It is also recommended that mappings '
7118 ' the length of the object, an integer ">=" 0. Also, an '
7221 ' Iterator objects also need to implement this method; '
7254 'implementation, which also does not require the object be '
7319 'an expression list also looks like a slice list, so any '
7522 ' is also commonly overridden in custom metaclasses in '
7552 'is also\n'
7615 ' "sys.stderr" instead. Also, when "__del__()" is invoked '
7655 ' not "__str__()", then "__repr__()" is also used when an '
7801 ' object that also play a part in comparison of objects by '
7854 ' retrieve their hash value, and will also be correctly '
7898 ' 64-bit builds).See also "PYTHONHASHSEED".\n'
7962 ' instances of the class. If the class also defines '
8258 ' unless they also define *__slots__* (which must only '
8262 '* If a class defines a slot also defined in a base class, '
8279 ' may also be used; however, in the future, special meaning '
8441 'See also:\n'
8547 'See also:\n'
8647 'See also:\n'
8689 'range of items. It is also recommended that mappings '
8736 ' the length of the object, an integer ">=" 0. Also, an '
8839 ' Iterator objects also need to implement this method; they '
8872 'implementation, which also does not require the object be a '
9067 ' "__index__()" is defined "__int__()" should also be '
9085 'statement), but can also be used by directly invoking their '
9127 'See also:\n'
9187 'correctness, implicit special method lookup generally also '
9232 'Strings also support two styles of string formatting, one '
9322 ' otherwise return "False". *suffix* can also be a tuple '
9878 ' "False". *prefix* can also be a tuple of prefixes to '
9991 ' See also the "codecs" module for a more flexible '
10075 'single quotes ("\'") or double quotes ("""). They can also be '
10232 'also\n'
10257 'the following quote character). Note also that a single '
10474 'also executed \'on the way out.\' A "continue" statement is illegal '
10634 ' Sequences also support slicing: "a[i:j]" selects all items with\n'
10640 ' Some sequences also support "extended slicing" with a third '
10699 ' "bytes()" can be used to construct bytes objects. Also,\n'
10921 ' Function objects also support getting and setting arbitrary\n'
10954 ' Methods also support accessing (but not setting) the '
11017 ' variable. Also notice that this transformation only happens '
11022 ' also important to note that user-defined functions which are\n'
11054 ' See also the Coroutine Objects section.\n'
11236 ' class method objects are also transformed; see above under\n'
11260 'I/O objects (also known as file objects)\n'
11264 ' and also "os.popen()", "os.fdopen()", and the "makefile()" '
11290 ' defined), while a code object contains no context; also the\n'
11344 ' also use bits in "co_flags" to indicate whether a code '
11394 ' the frame. Also, if the frame belonged to a generator, '
11427 ' it is also made available to the user as '
11449 ' methods. They are also created by the built-in "slice()"\n'
11769 'See also: "types.MappingProxyType" can be used to create a '
11832 'and hashable, then the items view is also set-like. (Values '
11888 'method* (also\n'
12058 'Sequences of the same type also support comparisons. In '
12074 ' (such as "str", "bytes" and "bytearray") also use them for\n'
12198 'that is not also implemented by mutable sequence types is '
12299 '| | also removes it from '
12384 ' Many other operations also produce lists, including the '
12390 ' Lists also provide the following additional method:\n'
12462 'built-in). Tuples are also used for cases where an immutable '
12660 'See also:\n'
12754 '| | also removes it from '
12918 'See also:\n'