Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 157 for data (0.104 sec.)
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t again. Use for example struct.unpack('%uB' % len(data), data) to decode the signal numbers list. スレッド ... t . The return value is an object representing the data contained in the siginfo_t structure, namely: si_s ...
https://man.plustar.jp/python/library/signal.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... his is not generally the case for arbitrary binary data (blindly applying text processing algorithms to bi ... nary data formats that are not ASCII compatible will usually ... lead to data corruption). リテラル以外に、幾つかの方法で bytes ... 代入が可能です。ただしサイズの変更はできません: >>> data = bytearray ( b 'abcefg' ) >>> v = memoryview ( da ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... OV', 'OE', 'VV', 'VE', 'EE'] >>> list ( compress ( data = range ( 10 ), selectors = [ 0 , 0 , 1 , 1 , 0 , ... 期待通りの働きをします (---訳注: 実装としては pydoc_data パッケージのこと。 pydoc_data/topics.py に docstri ... ing programs, depending on their particular use of datatypes. (Contributed by Antoine Pitrou, bpo-4688 .) ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
7. 使用例 — Python 3.6.5 ドキュメント 5204
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... unning check warning: check: missing required meta-data: version, url warning: check: missing meta-data: e ... ナーバージョンです。 distutils.dist.DistributionMetadata クラスとその read_pkg_file() メソッドを使って、この ... ます: >>> from distutils.dist import DistributionMetadata >>> metadata = DistributionMetadata () >>> metadat ... pen ( 'distribute-0.6.8-py2.7.egg-info' )) >>> metadata . name 'distribute' >>> metadata . version '0.6.8' ...
https://man.plustar.jp/python/distutils/examples.html - [similar]
4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 5204
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... スクリプトにしているもの) 、および setup.cfg package_data メタデータにマッチする全てのファイル。 パッケージデ ... ータをインストールする を参照してください。 data_files メタデータにマッチする全てのファイル。 追加の ...
https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 5204
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... この関数の例は、以下のようなものです: static void newdatatype_dealloc ( newdatatypeobject * obj ) { free ( o ... bj -> obj_UnderlyingDatatypePtr ); Py_TYPE ( obj ) -> tp_free ( obj ); } メ ... 簡単な例は以下のようなものです: static PyObject * newdatatype_repr ( newdatatypeobject * obj ) { return PyUn ... icode_FromFormat ( "Repr-ified_newdatatype{{size:%d}}" , obj -> obj_UnderlyingDatatypePtr ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 5204
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . class email.mime.application. MIMEApplication ( _data , _subtype='octet-stream' , _encoder=email.encoder ... ブジェクトのメジャータイプ application を表します。 _data は生のバイト列が入った文字列です。オプション引数 _ ... rameter. class email.mime.audio. MIMEAudio ( _audiodata , _subtype=None , _encoder=email.encoders.encode_b ... MIME オブジェクトを作成するのに使われます。 _audiodata は実際の音声データを格納した文字列です。もしこのデ ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
29.2. sysconfig --- Python の構成情報にアクセスする — Python 3.6.5 ドキュメント 5204
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... scripts : スクリプトファイルのためのディレクトリ。 data : データファイルのためのディレクトリ。 sysconfig は ... Current installation scheme: "posix_prefix" Paths: data = "/usr/local" include = "/Users/tarek/Dev/svn.pyt ...
https://man.plustar.jp/python/library/sysconfig.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... inated wchar_t buffer of Unicode (UTF-16 or UCS-4) data to a Python Unicode object. If the Unicode buffer ... char_t *, int] Convert a Unicode (UTF-16 or UCS-4) data buffer and its length to a Python Unicode object. ... クト API 関数 値の構築 前のトピックへ データ整列化 (data marshalling) のサポート 次のトピックへ 文字列の変換 ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しましょう。Name (たとえば foo ) を見つけるたび全て data['foo'] に書き換える変換器 (transformer) です: clas ... n copy_location ( Subscript ( value = Name ( id = 'data' , ctx = Load ()), slice = Index ( value = Str ( s ...
https://man.plustar.jp/python/library/ast.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT