Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 163 for TYPE (0.107 sec.)
14.5. plistlib --- Mac OS X .plist ファイルの生成と解析 — Python 3.6.5 ドキュメ... 5412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : plistlib. load ( fp , * , fmt=None , use_builtin_types=True , dict_type=dict ) ¶ plist ファイルを読み込み ... FMT_BINARY : バイナリの plist 形式です use_builtin_types が真 (デフォルト) の場合、バイナリデータが bytes ... の場合、 Data のインスタンスとして返されます。 dict_type は plist ファイルから読み出された辞書に使用される型 ... listlib. loads ( data , * , fmt=None , use_builtin_types=True , dict_type=dict ) ¶ バイナリオブジェクトから ...
https://man.plustar.jp/python/library/plistlib.html - [similar]
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 5366
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レイヤ » モジュールオブジェクト (module object) ¶ PyTypeObject PyModule_Type ¶ この PyTypeObject のインスタ ... 現します。このオブジェクトは、Python プログラムには types.ModuleType として公開されています。 int PyModule_ ... クトのサブタイプでないときに真を返します。 PyModule_Type . PyObject * PyModule_NewObject ( PyObject *name ) ... 得できる) 全ての状態や、(モジュールの __dict__ や PyType_FromSpec() で生成された個々のクラスのような) モジュ ...
https://man.plustar.jp/python/c-api/module.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 5366
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... an suggest and automatically complete a word being typed. By default, Readline is set up to be used by rlc ... なければ None を返します。 readline. get_completion_type ( ) ¶ Get the type of completion being attempted. ... This returns the rl_completion_type variable in the underlying library as an integer. ...
https://man.plustar.jp/python/library/readline.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5366
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dingMixIn ¶ Forking and threading versions of each type of server can be created using these mix-in classe ... の値はサブクラスで上書きすることができます。 socket_type ¶ サーバが使うソケットの型です; 一般的な2つの値は、 ... ーバインスタンスを self.server で取得できます。 The type of self.request is different for datagram or strea ... in ( sys . argv [ 1 :]) # SOCK_DGRAM is the socket type to use for UDP sockets sock = socket . socket ( so ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 5366
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r, RuntimeError is raised. winsound. MessageBeep ( type=MB_OK ) ¶ Call the underlying MessageBeep() functi ... is plays a sound as specified in the registry. The type argument specifies which sound to play; possible v ...
https://man.plustar.jp/python/library/winsound.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 5366
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... llow_none=False , use_datetime=False , use_builtin_types=False , * , context=None ) ¶ バージョン 3.3 で変更 ... : use_builtin_types フラグが追加されました。 A ServerProxy instance i ... XML; the default behaviour is for None to raise a TypeError . This is a commonly-used extension to the XM ... /extensions.php for a description. The use_builtin_types flag can be used to cause date/time values to be ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 5366
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... library. array Space efficient arrays of uniformly typed numeric values. ast Abstract Syntax Tree classes ... incomplete) Python code. collections Container datatypes collections.abc Abstract base classes for contain ... nd read tabular data to and from delimited files. ctypes A foreign function library for Python. curses (Un ... in a curses window. d datetime Basic date and time types. dbm Interfaces to various Unix "database" format ...
https://man.plustar.jp/python/py-modindex.html - [similar]
用語集 — Python 3.6.5 ドキュメント 5320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... 動小数点数)、加算をする前に同じ型に変換できなければ TypeError 例外が投げられます。型強制がなかったら、すべて ... 代替を許して柔軟性を向上させます。ダックタイピングは type() や isinstance() による判定を避けます。 (ただし、 ... a time. Examples of iterables include all sequence types (such as list , str , and tuple ) and some non-se ... quence types like dict , file objects , and objects of any cla ...
https://man.plustar.jp/python/glossary.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 5320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ython らしい書き方にするいくつかの変形を行います。 type(x) is SomeClass や type(x) == SomeClass のような型 ... tern() に変換します。 isinstance ¶ Fixes duplicate types in the second argument of isinstance() . For exam ... des(obj) operator.contains(obj) operator.isSequenceType(obj) isinstance(obj, collections.Sequence) operato ... r.isMappingType(obj) isinstance(obj, collections.Mapping) operator ...
https://man.plustar.jp/python/library/2to3.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 5320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 区別するのに使うこともできます。 def gen (): yield @types . coroutine def gen_coro (): yield assert not isa ... ブジェクトが組み込みモジュール、クラス、関数の場合は TypeError 例外が発生します。 inspect. getmodule ( objec ... クトが組み込みのモジュール、クラス、関数の場合には、 TypeError 例外が発生します。 inspect. getsourcelines ( ... 送出し、オブジェクトの型がサポートされない場合は、 TypeError を送出します。 バージョン 3.5 で追加: follow_ ...
https://man.plustar.jp/python/library/inspect.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT