Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 65 for func (0.033 sec.)
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 6312
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... な構文でテストを書くことができます。例えば、 assert func(10) == 42 のように書きます。 The Python Testing To ... スを作成するには TestCase のサブクラスを記述するか、 FunctionTestCase を使用しなければなりません。 TestCase ... な場合は、 unittest では TestCase のサブクラスである FunctionTestCase クラスを使い、既存のテスト関数をラップ ... タンスは次のように作成します: testcase = unittest . FunctionTestCase ( testSomething , setUp = makeSomethin ...
https://man.plustar.jp/python/library/unittest.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 6212
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... in Jython's typesystem. | Suite(stmt* body) stmt = FunctionDef(identifier name, arguments args, stmt* body ... , expr* decorator_list, expr? returns) | AsyncFunctionDef(identifier name, arguments args, stmt* body ... r left, cmpop* ops, expr* comparators) | Call(expr func, expr* args, keyword* keywords) | Num(object n) -- ... ng ( node , clean=True ) ¶ 与えられた node (これは FunctionDef , ClassDef , Module のいずれかのノードでなけ ...
https://man.plustar.jp/python/library/ast.html - [similar]
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 6212
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t ( self , file , line , temporary=0 , cond=None , funcname=None ) ¶ このクラスはテンポラリブレークポイント ... されるファイル名は正規化されていなければなりません。 funcname が設定されたとき、ブレークポイントはその関数の ... t_break ( filename , lineno , temporary=0 , cond , funcname ) ¶ 新しいブレークポイントを設定します。引数の ... のメソッドです。 run() を使ってください。 runcall ( func , *args , **kwds ) ¶ 1つの関数呼び出しをデバッグし ...
https://man.plustar.jp/python/library/bdb.html - [similar]
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 6212
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le() . If you called imp.load_module() and related functions directly with file path arguments then use a ... 挿入され ません 。 バージョン 3.4 で非推奨: 代わりに:func: importlib.util.module_from_spec を使用してください ...
https://man.plustar.jp/python/library/imp.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 6212
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... する手段を提供します。 SimpleXMLRPCServer. register_function ( function , name=None ) ¶ XML-RPC リクエストに ... を登録します。引数 name が与えられた場合はそれが関数 function に関連付けられます。 そうでない場合は function ... オブジェクトを登録します。 オブジェクトは register_function() を使用して登録されていないメソッド名を公開す ... クを実行するのに下層の関数を呼び出す場合、その関数は func(*params) のように引数リストを展開して呼び出されます ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6212
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... PEP 454 )。 大幅に改善されたライブラリモジュール: functools の シングルディスパッチジェネリック関数 ( PEP ... さい。(Contributed by Eli Bendersky in bpo-15442 .) functools ¶ 新たな partialmethod() デスクリプタは、ちょ ... tributed by Katie Miller in bpo-10042 .) (---訳注: functools.py のコメント 参照。---) partial() 関数のピュ ... Nick Coghlan in bpo-18626 .) 新規の unwrap() で、 functools.wraps() (やラッパー関数に __wrapped__ 属性をセ ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 6112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 用できます。多くのプラットフォームでは sha3_224`や :func:`sha3_256() 、 sha3_384() 、 sha3_512() 、 shake_1 ... 加. 15.1.4. BLAKE2 ¶ BLAKE2 is a cryptographic hash function defined in RFC-7693 that comes in two flavors: ... ew hash objects are created by calling constructor functions: hashlib. blake2b ( data=b'' , digest_size=64 ... depth=0 , inner_size=0 , last_node=False ) ¶ These functions return the corresponding hash objects for cal ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 6112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... callback に指定された関数を次のように呼び出します func ( option , opt_str , value , parser , * args , ** ... るか ¶ コールバックは全て以下の形式で呼び出されます: func ( option , opt_str , value , parser , * args , ** ... 4.3. コールバック中で例外を送出する ¶ The callback function should raise OptionValueError if there are any ...
https://man.plustar.jp/python/library/optparse.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 6112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ール内の名前に対する参照は属性の参照です。式 modname.funcname では、 modname はあるモジュールオブジェクトで、 ... funcname はその属性です。この場合には、モジュールの属性 ... the name denotes a valid class attribute that is a function object, a method object is created by packing ... (pointers to) the instance object and the function object just found together in an abstract obje ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... otspots to improve performance, such as inlining a function or removing some code. (Implemented mostly by ... 奨となっています。Python コアが一般的にマクロ PyAPI_FUNC と PyAPI_DATA を使うのに対し、Python 拡張モジュール ... の初期化関数が新規マクロ PyMODINIT_FUNC を使って宣言されなければならなくなりました。 The i ... e compiled without any docstrings for the built-in functions and modules by supplying --without-doc-string ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT