Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 163 for TYPE (0.095 sec.)
Set オブジェクト — Python 3.6.5 ドキュメント 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... く、ドキュメントされた API を用いて行うべきです。 PyTypeObject PySet_Type ¶ この PyTypeObject のインスタンス ... は、Python の set 型を表します。 PyTypeObject PyFrozenSet_Type ¶ この PyTypeObject のインス ... を返します。 iterable がイテレート可能でない場合は、 TypeError を送出します。このコンストラクタは set をコピ ... を返します。 iterable がイテレート可能でない場合は、 TypeError を送出します。 以降の関数やマクロは、 set と ...
https://man.plustar.jp/python/c-api/set.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cmd . Cmd ): intro = 'Welcome to the turtle shell. Type help or ? to list commands. \n ' prompt = '(turtle ... 実行のセッション例です: Welcome to the turtle shell. Type help or ? to list commands. (turtle) ? Documented ... commands (type help <topic>): =================================== ...
https://man.plustar.jp/python/library/cmd.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルを読み込む前に read_dict() を使ってください。 dict_type , デフォルト値: collections.OrderedDict このオプシ ... and getboolean() also do this for their respective types a_float = config . getfloat ( 'Section1' , 'a_flo ... configparser. ConfigParser ( defaults=None , dict_type=collections.OrderedDict , allow_no_value=False , d ... れれば、その辞書の持つ初期値で初期化されます。 dict_type が与えられれば、それがセクションの一覧、セクション ...
https://man.plustar.jp/python/library/configparser.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しれません。 この関数はタプル (cert_bytes, encoding_type, trust) のリストで返します。encoding_type は cert_ ... しれません。 この関数はタプル (cert_bytes, encoding_type, trust) のリストで返します。encoding_type は cert_ ... col. バージョン 3.6.3 で追加. ssl. CHANNEL_BINDING_TYPES ¶ サポートされている TLS のチャネルバインディング ... ョン 3.3 で追加. SSLSocket. get_channel_binding ( cb_type="tls-unique" ) ¶ 現在の接続におけるチャネルバインデ ...
https://man.plustar.jp/python/library/ssl.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... parator is not a string with self . assertRaises ( TypeError ): s . split ( 2 ) if __name__ == '__main__' ... set もしくは str のいずれか、またはサブクラスが addTypeEqualityFunc() に登録されている任意の型の場合、より ... あります)。正確な型をチェックするためには、 assertIs(type(obj), cls) を使用してください。 バージョン 3.2 で追 ... トします。 delta と places の両方が指定された場合は TypeError が投げられます。 バージョン 3.2 で変更: asser ...
https://man.plustar.jp/python/library/unittest.html - [similar]
34.3. winreg --- Windows レジストリへのアクセス — Python 3.6.5 ドキュメント 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... PI に渡します。 winreg. SetValue ( key , sub_key , type , value ) ¶ 値を指定したキーに関連付けます。 key は ... が関連付けられているサブキーの名前を表す文字列です。 type はデータの型を指定する整数です。現状では、この値は ... winreg. SetValueEx ( key , value_name , reserved , type , value ) ¶ 開かれたレジストリキーの値フィールドに ... ed は何もしません - API には常にゼロが渡されます。 type はデータの型を指定する整数です。利用できる型につい ...
https://man.plustar.jp/python/library/winreg.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... は意味論的に以下と等価です: iter = ( ITER ) iter = type ( iter ) . __aiter__ ( iter ) running = True while ... running : try : TARGET = await type ( iter ) . __anext__ ( iter ) except StopAsyncIter ... は意味論的に以下と等価です: mgr = ( EXPR ) aexit = type ( mgr ) . __aexit__ aenter = type ( mgr ) . __aent ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... call last): File "<stdin>" , line 1 , in <module> TypeError : Can't convert 'int' object to str implicitl ... 終行は何が起こったかを示しています。例外は様々な型 (type) で起こり、その型がエラーメッセージの一部として出力 ... ます。上の例での型は ZeroDivisionError , NameError , TypeError です。例外型として出力される文字列は、発生した ... えば以下のようにします: ... except ( RuntimeError , TypeError , NameError ): ... pass except 節のクラスは、 ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 型がこの機能をサポートすることはなく、これを試みると TypeError を起こしていました。Michael Hudson がこの不徹 ... のバージョンの Python で撤廃される可能性があります。 types モジュール内の型オブジェクトが使えるからです。 -- ... ルオブジェクトは以下コードで構築出来ます: >>> import types >>> m = types . ModuleType ( 'abc' , 'docstring' ... ょう: >>> s = socket . socket () >>> s . __class__ <type 'socket'> 2.3 ではこうなります: >>> s . __class__ ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) は、そのオペランドが自然な順序づけを持たない場合 TypeError 例外を送出します。 1 < '' , 0 > None または l ... 式は無効になり、 None < None は False を返す代わりに TypeError を送出します。その結果、 不均一なリスト(訳注 ... int . That is, there is only one built-in integral type, named int ; but it behaves mostly like the old lo ... ng type. PEP 238 : An expression like 1/2 returns a float. ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]