Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 157 for data (0.061 sec.)
6.5. unicodedata --- Unicode データベース — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 6. テキスト処理サービス » 6.5. unicodedata --- Unicode データベース ¶ This module provides ac ... cess to the Unicode Character Database (UCD) which defines character properties for a ... ll Unicode characters. The data contained in this database is compiled from the UC ... 。このモジュールは次のような関数を定義します: unicodedata. lookup ( name ) ¶ 名前に対応する文字を探します。そ ...
https://man.plustar.jp/python/library/unicodedata.html - [similar]
34.3. winreg --- Windows レジストリへのアクセス — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーの設定を定義しています。 winreg. HKEY_PERFORMANCE_DATA ¶ このキー以下のレジストリエントリは、パフォーマン ... ロファイルに関する情報を含みます。 winreg. HKEY_DYN_DATA ¶ このキーは Windows の 98 以降のバージョンでは利用 ...
https://man.plustar.jp/python/library/winreg.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... was raised. ZipFile. writestr ( zinfo_or_arcname , data [ , compress_type ] ) ¶ Write the string data to t ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
31.1. zipimport --- Zip アーカイブからモジュールを import する — Python 3.6.5 ... 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ールがない場合には ZipImportError を送出します。 get_data ( pathname ) ¶ pathname に関連付けられたデータを返 ...
https://man.plustar.jp/python/library/zipimport.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... * optional function pointer, providing additional data for getter and setter The get function takes one P ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... コマンド名から Command サブクラスへのマッピング 辞書 data_files インストールするデータファイルのリスト リスト ... ジのインストール ¶ 10.41. distutils.command.install_data --- パッケージ中のデータファイルをインストール ¶ 1 ... ージのインストール 10.41. distutils.command.install_data --- パッケージ中のデータファイルをインストール 10. ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... arseTuple() . But now this string must be hard-coded at Argument-Clinic-preprocessing-time. This limitatio ... eclarations of that thing, without the actual body/data of the thing; field names that end in "_definition ... the actual definition of the thing, with the body/data of the thing. ( "methoddef" is special, it's the o ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
8.7. array --- 効率のよい数値アレイ — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... び出しシステムで使われる外部データ表現仕様 (External Data Representation, XDR) のデータのパックおよびアンパッ ...
https://man.plustar.jp/python/library/array.html - [similar]
30.1. code --- インタプリタ基底クラス — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 連鎖が表示されます。 InteractiveInterpreter. write ( data ) ¶ 文字列を標準エラーストリーム( sys.stderr )へ書 ...
https://man.plustar.jp/python/library/code.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) is equal to self : no adjustment of date or time data is performed. Else the result is local time in the ... astz.utcoffset() will have the same date and time data as dt - dt.utcoffset() . 単にタイムゾーンオブジェク ... rules # and timezone definitions, visit the Olson Database (or try pytz): # http://www.twinsun.com/tz/tz- ... ます。 dateutil.tz library brings the IANA timezone database (also known as the Olson database) to Python a ...
https://man.plustar.jp/python/library/datetime.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT