Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 171 for New (0.067 sec.)
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 5326
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the doctest module. The traceback may change if a new module is loaded. 27.7.1.4. top を整形化する ¶ <fr ... ) #4: Lib/abc.py:133: 115.2 KiB cls = super () . __new__ ( mcls , name , bases , namespace ) #5: unittest ... を使用します。 filter_traces ( filters ) ¶ Create a new Snapshot instance with a filtered traces sequence, ... r instances. If filters is an empty list, return a new Snapshot instance with a copy of the traces. All i ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 5281
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... .4, a third option is available, intended to allow new commands to be added which can support existing se ... for anything distutils commands can be used for. A new configuration option, command_packages (command-li ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
22.1. audioop --- 生の音声データを操作する — Python 3.6.5 ドキュメント 5281
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... いては lin2adpcm() の説明を参照して下さい。 (sample, newstate) からなるタプルを返し、サンプルは width に指定 ... 内部状態が入ったタプルです。エンコーダは (adpcmfrag, newstate) のタプルを返し、次に lin2adpcm() を呼び出す時 ...newstate を渡さねばなりません。最初に呼び出す時には st ... われています。 audioop. lin2lin ( fragment , width , newwidth ) ¶ サンプル幅を 1、2、3、4 バイト形式の間で変 ...
https://man.plustar.jp/python/library/audioop.html - [similar]
15.2. hmac --- メッセージ認証のための鍵付きハッシュ化 — Python 3.6.5 ドキュメン... 5281
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... されている HMAC アルゴリズムを実装しています。 hmac. new ( key , msg=None , digestmod=None ) ¶ 新しい hmac ... ーまたは HMAC オブジェクトのモジュールです。 hashlib.new() に与えることができる任意の名前をサポートし、デフ ...
https://man.plustar.jp/python/library/hmac.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 5281
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ypechecks; a list of floats qualifies as a Vector. new_vector = scale ( 2.0 , [ 1.0 , - 4.2 , 5.4 ]) 型エ ... あり、 type(None) によって置き換えられます。 26.1.2. NewType ¶ 異なる型を作るためには NewType() ヘルパー関数 ... を使います: from typing import NewType UserId = NewType ( 'UserId' , int ) some_id = ... れるということに注意してください。実行時に Derived = NewType('Derived', Base) という文は渡された仮引数をただ ...
https://man.plustar.jp/python/library/typing.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 5281
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... read an existing file, 'w' to truncate and write a new file, 'a' to append to an existing file, or 'x' to ... exclusively create and write a new file. If mode is 'x' and file refers to an existin ... o it. If file does not refer to a ZIP file, then a new ZIP archive is appended to the file. This is meant ... per for reading compressed text files in universal newlines mode. バージョン 3.6 で変更: open() can now b ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 5225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... tAttrString ( pModule , argv [ 2 ]); /* pFunc is a new reference */ if ( pFunc && PyCallable_Check ( pFun ... c )) { pArgs = PyTuple_New ( argc - 3 ); for ( i = 0 ; i < argc - 3 ; ++ i ) ... tAttrString ( pModule , argv [ 2 ]); /* pFunc is a new reference */ if ( pFunc && PyCallable_Check ( pFun ...
https://man.plustar.jp/python/extending/embedding.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 5225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ードを動かす」ときに便利です。 ast. copy_location ( new_node , old_node ) ¶ ソースの場所 ( lineno と col_o ... ffset ) を old_node から new_node に可能ならばコピーし、 new_node を返します。 ...
https://man.plustar.jp/python/library/ast.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 5225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... TP which implements the client side of the Network News Transfer Protocol. It can be used to implement a ... news reader or poster, or automated news processors. It is compatible with RFC 3977 as wel ... るには以下のようにします: >>> s = nntplib . NNTP ( 'news.gmane.org' ) >>> resp , count , first , last , na ... っていると仮定しています) >>> s = nntplib . NNTP ( 'news.gmane.org' ) >>> f = open ( 'article.txt' , 'rb' ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 5225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> zipapp . create_archive ( 'old_archive.pyz' , 'new_archive.pyz' , '/usr/bin/python3' ) アーカイブ内の ... tandalone executable, which can be run on any machine with the appropriate interpreter available. See イン ... #define Py_LIMITED_API 1 #include "Python.h" #define WIN32_LEAN_AND_MEAN #include <windows.h> #ifdef WIN ... Python source: >>> from distutils.ccompiler import new_compiler >>> import distutils.sysconfig >>> import ...
https://man.plustar.jp/python/library/zipapp.html - [similar]