Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 47 for register (0.034 sec.)
codec レジストリとサポート関数 — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ティ » codec レジストリとサポート関数 ¶ int PyCodec_Register ( PyObject *search_function ) ¶ 新しい codec 検索関 ... icode エラーハンドラ用レジストリ API ¶ int PyCodec_RegisterError ( const char *name , PyObject *error ) ¶ エラ ...
https://man.plustar.jp/python/c-api/codec.html - [similar]
Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... プトファイルをインストール 10.45. distutils.command.register --- モジュールをPython Package Indexに登録する 10. ...
https://man.plustar.jp/python/distutils/index.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... b.request url = 'http://www.someserver.com/cgi-bin/register.cgi' values = { 'name' : 'Michael Foord' , 'locati ... b.request url = 'http://www.someserver.com/cgi-bin/register.cgi' user_agent = 'Mozilla/5.0 (Windows NT 6.1; Wi ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... カスタムの codecs を利用することができます。 codecs. register ( search_function ) ¶ codec 検索関数を登録します。 ... 許可される値の集合を拡張することができます。 codecs. register_error ( name , error_handler ) ¶ エラーハンドラ er ... 処理に変更できます。 errors 引数に許される値の集合は register_error() で拡張できます。 read ( [ size [ , chars [ ...
https://man.plustar.jp/python/library/codecs.html - [similar]
14.1. csv --- CSV ファイルの読み書き — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 'Spam' , 'Lovely Spam' , 'Wonderful Spam' ]) csv. register_dialect ( name [ , dialect [ , **fmtparams ] ] ) ¶ ... ラスと書式化パラメータ 節を参照してください。 csv. unregister_dialect ( name ) ¶ name に関連づけられた表現形式を ... てください。 新しい表現形式の登録: import csv csv . register_dialect ( 'unixpwd' , delimiter = ':' , quoting = ...
https://man.plustar.jp/python/library/csv.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... gers. Provides the standard registry mechanisms to register converters between MIME content and other represen ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ワークを手にしました。新しいエラーハンドラを codecs.register_error() で追加出来、コーデックは codecs.lookup_err ... です。 The heart of the catalog is the new Distutils register command. Running python setup.py register will col ... * kw ) classifier の完全なリストは python setup.py register --list-classifiers と実行することで得ることが出来ま ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6992
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... s profiling using the Pentium's Time-Stamp-Counter register. Note that the --with-tsc switch is slightly misna ... ough that processor architecture doesn't call that register "the TSC register". (Contributed by Jeremy Hylton. ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 6916
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... nger ignored. int Py_AtExit ( void ( *func )() ) ¶ Register a cleanup function to be called by Py_FinalizeEx() ... turn no value. At most 32 cleanup functions can be registered. When the registration is successful, Py_AtExit( ... ; on failure, it returns -1 . The cleanup function registered last is called first. Each cleanup function will ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 6916
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... トファイルをインストール ¶ 10.45. distutils.command.register --- モジュールをPython Package Indexに登録する ¶ r ... プトファイルをインストール 10.45. distutils.command.register --- モジュールをPython Package Indexに登録する 10. ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
PREV 1 2 3 4 5 NEXT