Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 163 for TYPE (0.114 sec.)
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 5195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s all children of a CopyingMock will also have the type CopyingMock . 26.6.3.8. patch をネストする ¶ Using ... ributes and the return value mocks are of the same type as the mock they are accessed on. This ensures tha ... this: >>> def compare ( self , other ): ... if not type ( self ) == type ( other ): ... return False ... i ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
14.4. xdrlib --- XDR データのエンコードおよびデコード — Python 3.6.5 ドキュメン... 5195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... セットして、空文字にします。 一般的には、適切な pack_type() メソッドを使えば、一般に用いられているほとんどの ... パック処理できます。アンパック処理メソッドは unpack_type() の形式をとり、引数をとりません。これらのメソッド ...
https://man.plustar.jp/python/library/xdrlib.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 5195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 切なメソッドがない場合、 send() は AttributeError か TypeError を、 throw() は渡された例外を即座に送出します ... して呼び出さなければなりません。 generator. throw ( type [ , value [ , traceback ] ] ) ¶ ジェネレータが中断 ... した位置で type 型の例外を発生させて、そのジェネレータ関数が生成す ... generator . send ( 2 )) 2 >>> generator . throw ( TypeError , "spam" ) TypeError('spam',) >>> generator . ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
bytearray オブジェクト — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... プは Python の bytearray オブジェクトを表します。 PyTypeObject PyByteArray_Type ¶ この PyTypeObject のインス ...
https://man.plustar.jp/python/c-api/bytearray.html - [similar]
セルオブジェクト (cell object) — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ject ¶ セルオブジェクトに使われる C 構造体です。 PyTypeObject PyCell_Type ¶ セルオブジェクトに対応する型オ ...
https://man.plustar.jp/python/c-api/cell.html - [similar]
浮動小数点型オブジェクト (floating point object) — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... イプは Python 浮動小数点オブジェクトを表現します。 PyTypeObject PyFloat_Type ¶ この PyTypeObject のインスタン ...
https://man.plustar.jp/python/c-api/float.html - [similar]
スライスオブジェクト (slice object) — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ) レイヤ » スライスオブジェクト (slice object) ¶ PyTypeObject PySlice_Type ¶ スライスオブジェクトの型オブジ ...
https://man.plustar.jp/python/c-api/slice.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... とります。以下のテーブルにまとめます。 引数名 value type name パッケージの名前 文字列 version パッケージのバ ... ラクタで以下のキーワード引数をとります: 引数名 value type name 拡張のフルネーム(パッケージを含む) --- ファイ ... ものが返ります。 library_filename ( libname [ , lib_type='static' , strip_dir=0 , output_dir='' ] ) ¶ 現在の ... ームでのライブラリファイル名を返します。 Unixで lib_type が 'static' の場合、 liblibname.a の形式を返し、 l ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... っています。 create_socket ( family=socket.AF_INET , type=socket.SOCK_STREAM ) ¶ 引数も含め、通常のソケット生 ... してください。 バージョン 3.3 で変更: family 引数と type 引数が省略可能になりました。 connect ( address ) ¶ ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 5160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... et_payload にそのまま渡されます。 email.iterators. typed_subpart_iterator ( msg , maintype='text' , subtyp ... パートをたどり、それらの中で指定されたMIME 形式 maintype と subtype をもつようなパートのみを返します。 subt ... 。これが省略された場合、サブパートの MIME 形式は maintype のみがチェックされます。じつは maintype も省略可能 ... にはデフォルトは text です。 つまり、デフォルトでは typed_subpart_iterator() は MIME 形式 text/* をもつサブ ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT