Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 331 for OF (0.234 sec.)
13.2. gzip --- gzip ファイルのサポート — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ファイルを作成する例: import gzip content = b "Lots of content here" with gzip . open ( '/home/joe/file.t ... 文字列を GZIP 圧縮する例: import gzip s_in = b "Lots of content here" s_out = gzip . compress ( s_in ) 参考 ... ージョン , None , fileobj , 変更 , モジュール Table of Contents 13.2. gzip --- gzip ファイルのサポート 13 ... データ圧縮とアーカイブ » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/library/gzip.html - [similar]
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 更された優先度の項目を加えることです: pq = [] # list of entries arranged in a heap entry_finder = {} # map ... ping of tasks to entries REMOVED = '<removed-task>' # plac ... rity = 0 ): 'Add a new task or update the priority of an existing task' if task in entry_finder : remove ... eapq , ソート , key , iterable , 優先 , 最小 Table of Contents 8.5. heapq --- ヒープキューアルゴリズム 8 ...
https://man.plustar.jp/python/library/heapq.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... odules ( path=None , prefix='' ) ¶ Yields ModuleInfo for all submodules on path , or, if path is None , ... one , prefix='' , onerror=None ) ¶ Yields ModuleInfo for all modules recursively on path , or, if path i ... can access walk_packages () # list all submodules of ctypes walk_packages ( ctypes . __path__ , ctypes ... _data API. The package argument should be the name of a package, in standard module format ( foo.bar ). ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... in which the error occurred message -- explanation of the error """ def __init__ ( self , expression , m ... llowed. Attributes: previous -- state at beginning of transition next -- attempted new state message -- ... explanation of why the specific transition is not allowed """ def ... 処理 , 実行 , クラス , 発生 , 定義 , finally Table of Contents 8. エラーと例外 8.1. 構文エラー 8.2. 例外 ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 4245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 要素を指しています。 この場合、 shape , strides , suboffsets は NULL でなければなりません。 PyBUF_MAX_NDIM ... の strides 配列は読み出し専用です。 Py_ssize_t * suboffsets ¶ Py_ssize_t 型の要素を持つ長さ ndim の配列。 ... suboffsets[n] >= 0 の場合は、 n 番目の次元に沿って保存さ ... れている値はポインタで、 suboffset 値は各ポインタの参照を解決した後に何バイト加え ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
1. Distutilsの紹介 — Python 3.6.5 ドキュメント 4245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... われる特有の用語です: モジュール配布物 a collection of Python modules distributed together as a single do ... urce and meant to be installed en masse . Examples of some well-known module distributions are NumPy, Sc ... クリプト , 実行 , module , インストール , 用語 Table of Contents 1. Distutilsの紹介 1.1. 概念と用語 1.2. 簡 ... (レガシーバージョン) » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/distutils/introduction.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 4245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コード: Lib/configparser.py このモジュールは、 Microsoft Windows の INI ファイルに似た構造を持ったベーシッ ... ドは大文字小文字を区別せず、 'yes' / 'no' 、 'on' / 'off' 、 'true' / 'false' 、 '1' / '0' を真偽値として認 ... rs # from using the delimiting characters as parts of values. # That being said, this can be customized. ... ng as they are indented deeper than the first line of a value # Did I mention we can indent comments, to ...
https://man.plustar.jp/python/library/configparser.html - [similar]
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 4245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 上の現在位置を変更せずにバッファのデータを返します。EOF に達しない限り、少なくとも 1 バイトが返されます。返 ... ームの終端に到達した後にデータを展開しようとすると EOFError が送出されます。 ストリームの終端の後ろの全て ... ドされるまでは CHECK_UNKNOWN になることがあります。 eof ¶ ストリーム終端記号に到達した場合 True を返します ... the code to use absolute addressing, with the aim of increasing the redundancy that can be exploited by ...
https://man.plustar.jp/python/library/lzma.html - [similar]
12.3. shelve --- Python オブジェクトの永続化 — Python 3.6.5 ドキュメント 4245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n existing key) data = d [ key ] # retrieve a COPY of data at key (raise KeyError # if no such key) del ... he key exists klist = list ( d . keys ()) # a list of all existing keys (slow!) # as d was opened WITHOU ... ack , key , データベース , open , モジュール Table of Contents 12.3. shelve --- Python オブジェクトの永続 ... » 12. データの永続化 » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/library/shelve.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 4245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... h def hash_fraction ( m , n ): """Compute the hash of a rational number m / n. Assumes m and n are integ ... sys . hash_info . modulus # Remove common factors of P. (Unnecessary if m and n already coprime.) while ... -1, P) is 1, so # pow(n, P-2, P) gives the inverse of n modulo P. hash_value = ( abs ( m ) % P ) * pow ( ... sh_value def hash_float ( x ): """Compute the hash of a float x.""" if math . isnan ( x ): return sys . ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]