Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 163 for TYPE (0.020 sec.)
メモリ管理 — Python 3.6.5 ドキュメント 6245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 対象のマクロは利便性のために提供されているものです。 TYPE は任意の C の型を表します。 TYPE* PyMem_New ( TYPE ... _t n ) ¶ PyMem_Malloc() と同じですが、 (n * sizeof(TYPE)) バイトのメモリを確保します。 TYPE* に型キャストさ ... を返します。メモリには何の初期化も行われていません。 TYPE* PyMem_Resize ( void *p , TYPE, size_t n ) ¶ PyMem ... _Realloc() と同じですが、 (n * sizeof(TYPE)) バイトにサイズ変更されたメモリを確保します。 TYP ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tor instance was created. If the policy option cte_type is 8bit (the default), copy any headers in the ori ... -Encoding of any body parts that have them. If cte_type is 7bit , convert the bytes with the high bit set ... tor instance was created. If the policy option cte_type is 8bit , generate the message as if the option we ... to Generator.flatten() , if the subpart is of main type text , print the decoded payload of the subpart, a ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 6199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブクラスです: class email.mime.base. MIMEBase ( _maintype , _subtype , * , policy=compat32 , **_params ) ¶ モ ... めの便宜的な基底クラスとして提供されています。 _maintype は Content-Type の主形式 (maintype) であり ( text ... や image など)、 _subtype は Content-Type の副形式 (subtype) です ( plain や ... passed to Message . MIMEBase クラスはつねに ( _maintype 、 _subtype 、および _params にもとづいた) Content ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6120
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... y Python, though \r\n is required by the RFCs. cte_type ¶ Controls the type of Content Transfer Encodings ... tions), but body parts may use the 8bit CTE. A cte_type value of 8bit only works with BytesGenerator , not ... tor is operating under a policy that specifies cte_type=8bit , it will act as if cte_type is 7bit . raise_ ... attribute that has an append method. Custom object types used with the email package (for example, custom ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
オブジェクトプロトコル (object protocol) — Python 3.6.5 ドキュメント 6040
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ロで初期化された bytes オブジェクトを返すのではなく TypeError が送出されます。 int PyObject_IsSubclass ( Py ... まれる場合です。 通常は、クラスオブジェクト、つまり type のインスタンスやそこから派生したクラスだけがクラス ... sh_t PyObject_HashNotImplemented ( PyObject *o ) ¶ type(o) がハッシュ不可能であることを示す TypeError を設 ... スロットに格納されたときには特別な扱いを受け、その type がハッシュ不可能であることをインタプリタに明示的に ...
https://man.plustar.jp/python/c-api/object.html - [similar]
インスタンスメソッドオブジェクト(Instance Method Objects) — Python 3.6.5 ドキュ... 5994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ew(func, NULL, class) の呼び出しを置き換えます。 PyTypeObject PyInstanceMethod_Type ¶ PyTypeObject のインス ... インスタンスメソッドオブジェクト ( PyInstanceMethod_Type 型である) 場合に真を返します。パラメータは NULL に ... に束縛されたメソッド)は利用することができません。 PyTypeObject PyMethod_Type ¶ この PyTypeObject のインスタ ... hon のメソッド型を表現します。このオブジェクトは、 types.MethodType として Python プログラムに公開されてい ...
https://man.plustar.jp/python/c-api/method.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 5994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tions module allocated 244 KiB to build namedtuple types. オプションの詳細については Snapshot.statistics() ... ), average = 139 B / usr / lib / python3 .4 / mimetypes . py : 217 : size = 112 KiB ( + 112 KiB ), count ... mport tracemalloc def display_top ( snapshot , key_type = 'lineno' , limit = 10 ): snapshot = snapshot . f ... wn>" ), )) top_stats = snapshot . statistics ( key_type ) print ( "Top %s lines" % limit ) for index , sta ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... int() tuple() callable() format() len() property() type() chr() frozenset() list() range() vars() classmet ... 5 で変更: 以前は source にヌルバイトがあったときに TypeError を送出していました。 class complex ( [ real [ ... なります。 format(value, format_spec) の呼び出しは、 type(value).__format__(value, format_spec) に翻訳され、 ... format_spec や返り値が文字列でなかったりした場合、 TypeError が送出されます。 バージョン 3.4 で変更: forma ...
https://man.plustar.jp/python/library/functions.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 5914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... errno. ENOTTY ¶ タイプライタではありません (Not a typewriter) errno. ETXTBSY ¶ テキストファイルが使用中で ... た型のメッセージはありません (No message of desired type) errno. EIDRM ¶ 識別子が除去されました (Identifier ... て大きすぎる値です (Value too large for defined data type) errno. ENOTUNIQ ¶ 名前がネットワーク上で一意であり ... ッセージが長すぎます (Message too long) errno. EPROTOTYPE ¶ ソケットに対して不正なプロトコル型です (Protocol ...
https://man.plustar.jp/python/library/errno.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5868
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ライブラリのバージョン番号です。 sqlite3. PARSE_DECLTYPES ¶ この定数は connect() 関数の detect_types パラメ ... ARSE_COLNAMES ¶ この定数は connect() 関数の detect_types パラメータとして使われます。 この定数を設定すると ... ラムの名前を読み取るようになります。文字列の中の [mytype] といった形の部分を探し、'mytype' がそのカラムの名 ... 前であると判断します。そして 'mytype' のエントリを変換関数辞書の中から見つけ、見つかった ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT