Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 162 for module (0.105 sec.)
3. データモデル — Python 3.6.5 ドキュメント 5490
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ed name です バージョン 3.3 で追加. 書き込み可能 __module__ 関数が定義されているモジュールの名前です。モジュ ... はメソッドの名前 ( __func__.__name__ と同じ) です; __module__ はメソッドが定義されたモジュールの名前か、モジュ ... ています (組み込みメソッドの節も参照してください); __module__ は、関数が定義されているモジュールの名前です。 モ ... を定義することで呼び出し可能になります。 モジュール (module) モジュールは Python コードの基礎的な組織単位で、 ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 5490
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ble for experimentation purposes through the _pyio module. (Contributed by Amaury Forgeot d'Arc and Antoine ... Amaury Forgeot d'Arc の貢献, bpo-4868 .) The json module now has a C extension to substantially improve its ... with str , not with bytes . That change makes the module closely match the JSON specification which is defi ... ******* The automatic name remapping in the pickle module for protocol 2 or lower can make Python 3.1 pickle ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
索引 — Python 3.6.5 ドキュメント 5444
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... -dir=<dir> trace コマンドラインオプション --ignore-module=<mod> trace コマンドラインオプション --info zipapp ... -main=<mainfn> zipapp コマンドラインオプション -m <module-name> コマンドラインオプション -m, --memo pickleto ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 5444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t one found: 型自身 ( typ ) 型の完全修飾名 ( typ.__module__ + '.' + typ.__qualname__ ). 型の qualname ( typ. ... 脚注 [1] Originally added in 3.4 as a provisional module 関連キーワード: None , content , handler , specifi ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 5444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rt os def info ( title ): print ( title ) print ( 'module name:' , __name__ ) print ( 'parent process:' , os ... aceback (most recent call last): AttributeError : 'module' object has no attribute 'f' AttributeError: 'modu ... le' object has no attribute 'f' AttributeError: 'module' object has no attribute 'f' (このサンプルを試すと ... risk. Therefore Listener and Client() use the hmac module to provide digest authentication. 認証キーはパスワ ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
32.3. symtable --- コンパイラの記号表へのアクセス — Python 3.6.5 ドキュメント 5444
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) ¶ 記号表の型を返します。有り得る値は 'class' , 'module' , 'function' です。 get_id ( ) ¶ 記号表の識別子を ... であれば関数名であり、グローバルな ( get_type() が 'module' を返す) 記号表であれば 'top' です。 get_lineno ( ...
https://man.plustar.jp/python/library/symtable.html - [similar]
カプセル — Python 3.6.5 ドキュメント 5387
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... セルがモジュールの属性として保存される場合、 name は modulename.attributename と指定されるべきです。こうすると ... タをインポートします。 name 引数はその属性の完全名を module.attribute のように指定しなければなりません。カプセ ... ん。 no_block が真の時、モジュールを( PyImport_ImportModuleNoBlock() を使って) ブロックせずにインポートします。 ... no_block が偽の時、モジュールは ( PyImport_ImportModule() を使って) 通常の方法でインポートされます。 Retur ...
https://man.plustar.jp/python/c-api/capsule.html - [similar]
18.5.9. asyncio での開発 — Python 3.6.5 ドキュメント 5387
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... recent call last ): File "test.py" , line 7 , in < module > test () これを修正するには、そのコルーチンオブジ ... recent call last ): File "test.py" , line 8 , in < module > asyncio . ensure_future ( bug ()) Traceback ( mo ... st recent call last): File "test.py", line 15, in <module> task = asyncio.ensure_future(coro, loop=loop) tas ...
https://man.plustar.jp/python/library/asyncio-dev.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 5387
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブルに読み込みます。 msilib. add_tables ( database , module ) ¶ module の全てのテーブルの内容を database に追加 ... します。 module は tables という内容が追加されるべき全てのテーブル ...
https://man.plustar.jp/python/library/msilib.html - [similar]
6.5. unicodedata --- Unicode データベース — Python 3.6.5 ドキュメント 5387
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... » 6.5. unicodedata --- Unicode データベース ¶ This module provides access to the Unicode Character Database ... t recent call last): File "<stdin>" , line 1 , in <module> ValueError : not a decimal >>> unicodedata . cate ...
https://man.plustar.jp/python/library/unicodedata.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT