Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 19 of about 19 for Node (0.042 sec.)
32. Python言語サービス — Python 3.6.5 ドキュメント 7615
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のエミュレーション 32.2. ast --- 抽象構文木 32.2.1. Node クラス 32.2.2. 抽象文法 (Abstract Grammar) 32.2.3. ...
https://man.plustar.jp/python/library/language.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 7564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... た、コード片の例です: #include <Python.h> #include <node.h> #include <errcode.h> #include <grammar.h> #incl ... 1 for error, 0 for incomplete, 1 for complete */ { node * n ; perrdetail e ; n = PyParser_ParseString ( co ... ( e . error == E_EOF ) return 0 ; return -1 ; } PyNode_Free ( n ); return 1 ; } 別の解決策は、受け取られた ...
https://man.plustar.jp/python/faq/extending.html - [similar]
20. 構造化マークアップツール — Python 3.6.5 ドキュメント 7564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 20.6.2.1. DOMImplementation オブジェクト 20.6.2.2. Node オブジェクト 20.6.2.3. NodeList オブジェクト 20.6. ... ジェクト 20.6.2.7. Attr オブジェクト 20.6.2.8. NamedNodeMap Objects 20.6.2.9. Comment オブジェクト 20.6.2.1 ...
https://man.plustar.jp/python/library/markup.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 7564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、あるいは path/.. と path が同じデバイス上の同じ i-node を指しているかをチェックします --- これによって全て ... いる場合、 True を返します。これは、デバイス番号と i-node 番号で決定されます。どちらかのパス名への os.stat() ...
https://man.plustar.jp/python/library/os.path.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 7530
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... nt ) * [ ',' ] # The reason that keywords are test nodes instead of NAME is that using NAME # results in a ... p_iter ] # not used in grammar, but may appear in "node" passed from Parser to Compiler encoding_decl : NA ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 7444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ば Element や Text などや、 Document も、基底クラス Node のサブクラスです。ですので DOM ツリー内の全てのノー ... e the first child root . removeChild ( root . childNodes [ 0 ] ) # Move the new first child to the end roo ... t . appendChild ( root . childNodes [ 0 ] ) # Insert the new first child (originally, ... the 20th child. root . insertBefore ( root . childNodes [ 0 ], root . childNodes [ 20 ] ) 繰り返しになりま ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ope は TIPC_ZONE_SCOPE , TIPC_CLUSTER_SCOPE , TIPC_NODE_SCOPE の1つ。 addr_type が TIPC_ADDR_NAME の場合、 ...
https://man.plustar.jp/python/library/socket.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... most recent call last): ... ValueError : malformed node or string: <_ast.Call object at 0x101739a10> (Impl ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... haka in bpo-26492 . ast ¶ The new ast.Constant AST node has been added. It can be used by external AST opt ... em. (Contributed by Jim Fulton in bpo-27392 .) TCP_NODELAY flag is now set for all TCP transports by defau ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 NEXT