Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 186 for Set (0.087 sec.)
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 5976
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ss MyTestCase1 ( unittest . TestCase ): # Only use setUp() and tearDown() if necessary def setUp ( self ) ... 属性は None を返します。 レコーダーオブジェクトの reset() メソッドは警告リストをクリアします。 コンテキスト ... ( w . warnings [ 1 ] . args [ 0 ]) == "bar" w . reset () assert len ( w . warnings ) == 0 全ての警告をキ ... es the # C implementation, the other is forced to use the pure Python fallback # implementation py_warnin ...
https://man.plustar.jp/python/library/test.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 5921
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ssing this test has a __get__() method but not a __set__() method, but beyond that the set of attributes ... 真を返します。 データデスクリプタは __get__ および __set__ 属性の両方を持ちます。データデスクリプタの例は ( ... Python 上で定義された) プロパティや getset やメンバーです。後者のふたつは C で定義されており、 ... _name__ や __doc__ 属性を持ちます (プロパティ、 getset 、メンバーは両方の属性を持っています) が、保証され ...
https://man.plustar.jp/python/library/inspect.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 5866
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... る唯一のモジュールが distutils.core モジュールです。 setup() 関数 (セットアップスクリプトから呼び出されます ... s.cmd.Command クラスを提供します。 distutils.core. setup ( arguments ) ¶ 全てを実行する基本的な関数で、Di ... stutilsでできるほとんどのことを実行します。 setup関数はたくさんの引数をとります。以下のテーブルにま ... stutils.core.Distribution のサブクラス script_name setup.pyスクリプトの名前 - デフォルトでは sys.argv[0] ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 5866
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... scard() の振る舞いの方が好まれるかもしれません。 __setitem__ ( key , message ) ¶ key に対応するメッセージ ... メールボックスは、各 key と message のペアについて __setitem__() を使ったかのように key に対応するメッセージ ... が message になるように更新されます。 __setitem__() と同様に、 key は既存のメールボックス中のメ ... ソッドには特別な注意が必要です: add ( message ) ¶ __setitem__ ( key , message ) ¶ update ( arg ) ¶ 警告 こ ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5866
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 全なリスト: 集合のリテラル文法 ( {1,2,3} は mutable set になります) 辞書と集合の内包表記 ( {i: i*2 for i i ... logger 'root' : { 'handlers' : [ 'syslog' ] }, } # Set up configuration logging . config . dictConfig ( c ... 0, 30, ..., 250]) View はイテレートするだけでなく、set と似た利用をすることもできます。 & 演算子で共通部分 ... ( 1000 )) >>> d1 . viewkeys () & d2 . viewkeys () set([0.0, 10.0, 20.0, 30.0]) >>> d1 . viewkeys () | ra ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 5811
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s. Bytecode ( x , * , first_line=None , current_offset=None ) ¶ 関数、ジェネレータ、メソッド、ソースコード ... たコードオブジェクトから直接取得します。 current_offset が None でない場合は、逆アセンブルされたコードでの ... ックから Bytecode インスタンスを構築し、 current_offset がその例外の原因となった命令となるよう設定します。 ... attributes of the code object code to find the offsets which are starts of lines in the source code. The ...
https://man.plustar.jp/python/library/dis.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 5811
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... functions () # Register pow() function; this will use the value of # pow.__name__ as the name, which is j ... web ベースの文書を提供できます。 DocXMLRPCServer. set_server_title ( server_title ) ¶ 生成する HTML 文書 ... TML の title 要素内で使われます。 DocXMLRPCServer. set_server_name ( server_name ) ¶ 生成する HTML 文書内 ... 文書冒頭の h1 要素内で使われます。 DocXMLRPCServer. set_server_documentation ( server_documentation ) ¶ 生 ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 5811
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ンス型 (sequence) この型は、有限の順序集合 (ordered set) を表現します。要素は非負の整数でインデクス化されて ... 合型があります: 集合型 可変な集合型です。組み込みの set() コンストラクタで作成され、後から add() などのいく ... つかのメソッドで更新できます。 Frozen set 型 不変な集合型です。組み込みの frozenset() コンス ... トラクタによって作成されます。 frozenset は不変でハッシュ可能( hashable )なので、別の集合型 ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 5756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... るタプルオブジェクトです。パラメタは通常、 PyArg_ParseTuple() や PyArg_UnpackTuple() で処理されます。 METH ... せて用いられなければならず、パラメタは通常 PyArg_ParseTupleAndKeywords() で処理されます。 METH_NOARGS ¶ 引 ... 一のオブジェクト引数だけをとるメソッドは、 PyArg_ParseTuple() を引数 "O" にして呼び出す代わりに、 METH_O フ ... ar * メンバ名 type int C 構造体の中のメンバの型 offset Py_ssize_t そのメンバの type object 構造体中の場所 ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
18.5.7. 同期プリミティブ — Python 3.6.5 ドキュメント 5756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イベントオブジェクトを実装するクラスです。イベントは set() メソッドで真に設定され、 clear() メソッドで偽にリ ... セットします。その後 wait() を呼んでいるコルーチンは set() が呼び出されて内部フラグが真に設定されるまでブロ ... ックします。 is_set ( ) ¶ 内部フラグが真のとき True を返します。 set ( ... のとき直ちに True を返します。偽のときはコルーチンが set() を呼び出してフラグが真になるまでブロックし、真に ...
https://man.plustar.jp/python/library/asyncio-sync.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT