Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 167 for list (0.091 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 5884
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 例: 以下の関数 myfunc() を考えると def myfunc ( alist ): return len ( alist ) myfunc() の逆アセンブル結果 ... ( myfunc ) 2 0 LOAD_GLOBAL 0 (len) 2 LOAD_FAST 0 (alist) 4 CALL_FUNCTION 1 6 RETURN_VALUE ("2" は行番号です ... ) を呼び出します。集合内包表記の実装に使われます。 LIST_APPEND ( i ) ¶ list.append(TOS1[-i], TOS) を呼び出 ... 実装に使われます。 バージョン 3.1 で追加. SET_ADD , LIST_APPEND , MAP_ADD は、追加した値または key/value ペ ...
https://man.plustar.jp/python/library/dis.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 5816
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... VaParse ( PyObject *args , const char *format , va_list vargs ) ¶ PyArg_ParseTuple() と同じですが、可変長の ... 引数ではなく va_list を引数にとります。 int PyArg_ParseTupleAndKeywords ... t *kw , const char *format , char *keywords[] , va_list vargs ) ¶ PyArg_ParseTupleAndKeywords() と同じです ... が、可変長の引数ではなく va_list を引数にとります。 int PyArg_ValidateKeywordArgume ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 5816
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... りするために使われます: assignment_stmt ::= ( target_list "=")+ ( starred_expression | yield_expression ) ta ... rget_list ::= target ("," target )* [","] target ::= identif ... ier | "(" [ target_list ] ")" | "[" [ target_list ] "]" | attributeref | s ... d_assignment_stmt ::= augtarget augop ( expression_list | yield_expression ) augtarget ::= identifier | at ...
https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5816
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... スが同じ長さの場合であれば、簡単に直すなら map() を list() で包みます。例えば list(map(...)) という具合。で ... で包んでください。例えば map(func, *sequences) を list(map(func, itertools.zip_longest(*sequences))) とし ... 互いに等しくないと評価されます。 builtin.sorted() と list.sort() メソッドは比較関数を与える cmp 引数を受け取 ... どうかを要求出来る手段を持っています。それゆえに os.listdir() は引数が bytes インスタンスであれば bytes のリ ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
用語集 — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... します。 辞書ビューを強制的に完全なリストにするには list(dictview) を使用してください。 辞書ビューオブジェク ... s of iterables include all sequence types (such as list , str , and tuple ) and some non-sequence types li ... きりとした例外は複数の反復を行うようなコードです。 ( list のような) コンテナオブジェクトは、自身を iter() 関 ... グループ化を管理します。 min() , max() , sorted() , list.sort() , heapq.merge() , heapq.nsmallest() , heapq ...
https://man.plustar.jp/python/glossary.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... converters accept additional arguments. Here is a list of these arguments, along with their meanings: acc ... pose facility; as a rule it only supports specific lists of types as shown in the legacy converter table.) ... ools/clinic/clinic.py --converters to see the full list. Py_buffer ¶ When using the Py_buffer converter (o ... e many restrictions on legal expressions. Here's a list of Python features you're not permitted to use: 関 ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 5748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s with an old snapshot. Get statistics as a sorted list of StatisticDiff instances grouped by key_type . S ... ance with a filtered traces sequence, filters is a list of DomainFilter and Filter instances. If filters i ... s an empty list, return a new Snapshot instance with a copy of the ... ulative: bool=False ) ¶ Get statistics as a sorted list of Statistic instances grouped by key_type : key_t ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
一般 Python FAQ — Python 3.6.5 ドキュメント 5680
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... グループ comp.lang.python やメーリングリスト python-list があります。ニュースグループとメーリングリストは互 ... なメーリングリストです。 the python-announce mailing list から利用可能です。 その他のメーリングリストやニュー ... いての詳しい情報は https://www.python.org/community/lists/ にあります。 Python のベータテスト版はどこで手に ... れている Python のプロジェクトは the Mailman mailing list manager や the Zope application server などです。 ...
https://man.plustar.jp/python/faq/general.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 5680
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... name, arguments args, stmt* body, expr* decorator_list, expr? returns) | AsyncFunctionDef(identifier name ... , arguments args, stmt* body, expr* decorator_list, expr? returns) | ClassDef(identifier name, expr* ... es, keyword* keywords, stmt* body, expr* decorator_list) | Return(expr? value) | Delete(expr* targets) | A ... Dict(expr* keys, expr* values) | Set(expr* elts) | ListComp(expr elt, comprehension* generators) | SetComp ...
https://man.plustar.jp/python/library/ast.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 5680
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... "a && b; c && d || e; f >'abc'; (def \"ghi\")" >>> list(shlex.shlex(text)) ['a', '&', '&', 'b', ';', 'c', ... , '>', "'abc'", ';', '(', 'def', '"ghi"', ')'] >>> list(shlex.shlex(text, punctuation_chars=True)) ['a', ' ... ex ( "a && b || c" , punctuation_chars = "|" ) >>> list ( s ) ['a', '&', '&', 'b', '||', 'c'] 注釈 When pu ... o || d *.py?' , ... punctuation_chars = True ) >>> list ( s ) ['~/a', '&&', 'b-c', '--color=auto', '||', ' ...
https://man.plustar.jp/python/library/shlex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT