Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 38 for [SIMILAR] 16 1024 4096 WITH 141901 tokenize WITH... (0.213 sec.)
32.5. token --- Python 解析木と共に使われる定数 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス » 32.5. token --- Python 解析木と共に使われる定数 ¶ ソースコード: Lib/token.py このモジュールは解析木の葉ノード(終端記号)の数値を表す定数を提供します。言語の文法のコ ...
https://man.plustar.jp/python/library/token.html - [similar]
32.1. parser --- Python 解析木にアクセスする — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス » 32.1. parser --- Python 解析木にアクセスする ¶ parser モジュールは Python の内部パーサとバイトコード・コンパイラへのインターフェイスを提供します。このインターフェ ...
https://man.plustar.jp/python/library/parser.html - [similar]
15. 暗号関連のサービス — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 15. 暗号関連のサービス ¶ この章で説明しているモジュールは、暗号的な性質の様々なアルゴリズムを実装しています。これらはインストールする際の選択によって利用可能です。 Unix システムにおいては ...
https://man.plustar.jp/python/library/crypto.html - [similar]
索引 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演算子 % 演算子 % formatting , [1] % interpolation , [1] %= augmented assignment & 演算子 &= augmented assignment * in expression lists in function calls 文 , [1] 演算子 ** in dictionary display ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
29.7. abc --- 抽象基底クラス — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 29. Python ランタイムサービス » 29.7. abc --- 抽象基底クラス ¶ ソースコード: Lib/abc.py このモジュールは Python に PEP 3119 で概要が示された 抽象基底クラス (ABC) を定義する基盤を提供します ...
https://man.plustar.jp/python/library/abc.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New In Python 3.0 ¶ 著者: Guido van Rossum この記事では 2.6 と比較した Python 3.0 での新機能を解説します。 Python 3.0、あるいは "Python 3000"、 "Py3K" は初めて 意図的に後方非互換にし ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
モジュールのインポート — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » ユーティリティ » モジュールのインポート ¶ PyObject * PyImport_ImportModule ( const char *name ) ¶ Return value: New reference. この関数は下で述べる PyImport_ImportModuleEx() ...
https://man.plustar.jp/python/c-api/import.html - [similar]
6. テキスト処理サービス — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 6. テキスト処理サービス ¶ この章で説明するモジュールは幅広い文字列操作や様々なテキスト処理サービスを提供しています。 codecs モジュールはテキスト処理と高い関連性を持った バイナリデータ処理 ...
https://man.plustar.jp/python/library/text.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 31. モジュールのインポート » 31.5. importlib --- import の実装 ¶ バージョン 3.1 で追加. ソースコード: Lib/importlib/__init__.py 31.5.1. はじめに ¶ importlib パッケージの目的は2つあります。 ...
https://man.plustar.jp/python/library/importlib.html - [similar]
超高水準レイヤ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 超高水準レイヤ ¶ この章の関数を使うとファイルまたはバッファにある Python ソースコードを実行できますが、より詳細なやり取りをインタプリタとすることはできないでしょう。 これらの ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
PREV 1 2 3 4 NEXT