Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 156 for all (0.062 sec.)
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ng packages. The file extension is checked against all of the entries in importlib.machinery.all_suffixes ... name for actual Python modules - paths that potentially refer to Python packages will still return None . ... t of attributes varies. A __name__ attribute is usually sensible, and __doc__ often is. デスクリプタを使っ ... ン 3.3 で追加. The Signature object represents the call signature of a callable object and its return anno ...
https://man.plustar.jp/python/library/inspect.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 6174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... る上で便利です。 To simplify token stream handling, all operator and delimiter tokens and Ellipsis are ret ... requires one argument, readline , which must be a callable object which provides the same interface as th ... io.IOBase.readline() method of file objects. Each call to the function should return one line of input as ... s the exact operator type for token.OP tokens. For all other token types exact_type equals the named tupl ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 1. 行構造 ¶ Python プログラムは多数の 論理行 (logical lines) に分割されます。 2.1.1. 論理行 (logical line ... きません。論理行は一行またはそれ以上の 物理行(physical line) からなり、物理行の末尾には明示的または非明示的 ... ine joining) 規則が続きます。 2.1.2. 物理行 (physical line) ¶ A physical line is a sequence of characters ... intosh form using the ASCII CR (return) character. All of these forms can be used equally, regardless of ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
19.5. mimetypes --- ファイル名を MIME 型へマップする — Python 3.6.5 ドキュメン... 6058
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 使用される MIME 型も認識されます。 mimetypes. guess_all_extensions ( type , strict=True ) ¶ type で与えられ ... オブジェクトに保存されたテーブルを使用します。 guess_all_extensions ( type , strict=True ) ¶ guess_all_exte ...
https://man.plustar.jp/python/library/mimetypes.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6058
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... mmetric difference of two sets. This is the set of all elements in the union that aren't in the intersect ... tting it is that the symmetric difference contains all elements that are in exactly one set. Again, there ... 再開します。(複雑な理由により、 yield は try ... finally の try ブロック内に含めることは許されていません; ... --- (---訳注: Python 2.5 の PEP 342 で try ... finally 内に置けないという制約はなくなりました。また、 tr ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6058
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... um) によって書かれました。.2.4 での変更については Kalle Svensson によって実装されました。 PEP 289: ジェネ ... は自然かもしれません: links = [ link for link in get_all_links () if not link . followed ] for link in link ... s : ... こうではなく for link in get_all_links (): if link . followed : continue ... 最初の ... 述の例はこう書けます: links = ( link for link in get_all_links () if not link . followed ) for link in link ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 5954
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... たり色々と変更したりするためのメソッドがあります。Smalltalk や Java はオブジェクト指向言語です。 C++ と Py ... t ( it ) 3 >>> next ( it ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> StopI ... です: obj_total = sum ( obj . count for obj in list_all_objects ()) for...in 節は複数つなげられますが、どれ ... ( gen ) 2 >>> next ( gen ) Traceback (most recent call last): File "stdin" , line 1 , in <module> File "s ...
https://man.plustar.jp/python/howto/functional.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 5954
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the CPU/Memory cost factor, r the block size, p parallelization factor and maxmem limits memory (OpenSSL ... ブジェクトの作成 ¶ New hash objects are created by calling constructor functions: hashlib. blake2b ( data= ... cts for calculating BLAKE2b or BLAKE2s. They optionally take these general parameters: data : initial chu ... data, you should first construct a hash object by calling the appropriate constructor function ( blake2b( ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 5954
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ust include a zlib header and trailer. 0: Automatically determine the window size from the zlib header. O ... e value as the window size logarithm, and automatically accepts either the zlib or gzip format. When deco ... mpressing a stream, the window size must not be smaller than the size originally used to compress the st ... ream; using a too-small value may result in an error exception. The defaul ...
https://man.plustar.jp/python/library/zlib.html - [similar]
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 5838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です: "line" : 新しい行を実行しようとしています。 "call" : 関数が呼び出されているか、別のコードブロックに入 ... しています。 "exception" : 例外が発生しました。 "c_call" : C関数を呼び出そうとしています。 "c_return" : C関 ... ce_dispatch() メソッドの参照を返します。 dispatch_call ( frame , arg ) ¶ デバッガーがこの関数呼び出しで止 ... まるべきであれば、 user_call() メソッド (サブクラスでオーバーライドされる)を呼び ...
https://man.plustar.jp/python/library/bdb.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT