Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 129 of about 129 for call (0.057 sec.)
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dule >>> mymodule . test () Traceback (most recent call last): File "<stdin>" , line 1 , in <module> File ... の他の点では、この関数は run() と同様です。 pdb. runcall ( function , *args , **kwds ) ¶ function (関数また ... りません) を与えられた引数とともに呼び出します。 runcall() から復帰するとき、関数呼び出しが返したものはなん ... l ( expression , globals=None , locals=None ) ¶ runcall ( function , *args , **kwds ) ¶ set_trace ( ) ¶ 前 ...
https://man.plustar.jp/python/library/pdb.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... stdin . write ( 'hello \n ' ) stdin . seek ( 0 ) # call test code that consumes from sys.stdin captured = ... the test. Which one to use depends on whether the calling code is creating a python socket, or if an unus ... dule's public names (its API) are detected automatically based on whether they match the public name conve ... a set of names that wouldn't otherwise be automatically detected as "public", like objects without a prop ...
https://man.plustar.jp/python/library/test.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... n 関数呼び出しの意味付けに関する詳細は、 呼び出し (call) 節で述べられています。 関数呼び出しを行うと、パラ ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ase_prefix', 'builtin_module_names', 'byteorder', 'call_tracing', 'callstats', 'copyright', 'displayhook', ... y', 'ascii', 'bin', 'bool', 'bytearray', 'bytes', 'callable', 'chr', 'classmethod', 'compile', 'complex', ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... or python36.dll in your own executable, explicitly call Py_SetPath() or (at least) Py_SetProgramName() bef ...
https://man.plustar.jp/python/using/windows.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... or ( f ): def wrapper ( * args , ** kwds ): print 'Calling decorated function' return f ( * args , ** kwds ... aps ( f ) def wrapper ( * args , ** kwds ): print 'Calling decorated function' return f ( * args , ** kwds ... () 9 >>> print it . next () Traceback (most recent call last): File "t.py" , line 15 , in ? print it . nex ... key = len ) # Prints 'short', because lexicographically 'short' has the largest value print max ( L ) (Co ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... print # Prints a newline New : print () # You must call the function! Old : print >> sys . stderr , "fatal ... ator モジュールの整理: sequenceIncludes() および isCallable() は削除されました。 thread モジュールの整理: ... (f, args) の代わりに f(*args) を使用してください。 callable() は削除されました。 callable(f) のかわりに is ... instance(f, collections.Callable) を使用してください。 operator.isCallable() も ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 外です。 バージョン 3.3 で追加. exception ssl. SSLSyscallError ¶ SSL ソケット上で操作を遂行しようとしていてシ ... 求されることについては Wikipedia の記事 Cryptographically secure pseudorandom number generator (CSPRNG) (日 ... me ( cert , "example.org" ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> File ... ァレンスが含まれています。 SSLContext.set_servername_callback() でのコールバック関数の戻り値として使われます ...
https://man.plustar.jp/python/library/ssl.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 5409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> v [ 2 : 3 ] = b 'spam' Traceback (most recent call last): File "<stdin>" , line 1 , in <module> Value ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 NEXT