Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 230 for NAME (0.219 sec.)
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 4303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ければなりません。 -- Python では、 baseclass.methodname(self, <argument list>) と書けます。これは特に、 __ ... . ): ... ... def dispatch ( self , value ): method_name = 'visit_' + str ( value ) method = getattr ( self ... , method_name ) method () メソッドの名前にこの例の visit_ のよう ...
https://man.plustar.jp/python/faq/design.html - [similar]
16. 汎用オペレーティングシステムサービス — Python 3.6.5 ドキュメント 4303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... add_help 16.4.3. add_argument() メソッド 16.4.3.1. name または flags 16.4.3.2. action 16.4.3.3. nargs 16.4 ... 字でのマッチング) 16.4.4.5. sys.argv 以外 16.4.4.6. Namespace オブジェクト 16.4.5. その他のユーティリティ 1 ...
https://man.plustar.jp/python/library/allos.html - [similar]
30.1. code --- インタプリタ基底クラス — Python 3.6.5 ドキュメント 4303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が実行される辞書を指定します。その初期値は、キー '__name__' が '__console__' に設定され、キー '__doc__' が ... class code. InteractiveConsole ( locals=None , filename="<console>" ) ¶ 対話的なPythonインタプリタの振る舞 ... 追加されました. code. compile_command ( source , filename="<input>" , symbol="single" ) ¶ この関数はPythonの ... 同じ決定を行います。 source はソース文字列です。 filename はオプションのソースが読み出されたファイル名で、デ ...
https://man.plustar.jp/python/library/code.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 4303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... msgid after the '@'. The default is the local hostname. It is not normally necessary to override this def ... g distributed system that uses a consistent domain name across multiple hosts. バージョン 3.2 で変更: doma ... utf-8' ) ¶ parseaddr() の逆で、2 要素のタプル (realname, email_address) を取って To や Cc ヘッダに適した文 ... 要素の値をそのまま返します。 任意の charset は、 realname が非 ASCII 文字を含んでいる場合にその RFC 2047 エン ...
https://man.plustar.jp/python/library/email.util.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 4303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... NE' がサポートされている形式です。 AU_read. getcompname ( ) ¶ getcomptype() を人に判読可能な形にしたもので ... nels, sampwidth, framerate, nframes, comptype, compname) の namedtuple() を返します。 AU_read. readframes ... ム数は変更されます。 AU_write. setcomptype ( type , name ) ¶ 圧縮形式とその記述を設定します。 'NONE' と 'UL ... nels, sampwidth, framerate, nframes, comptype, compname) で、それぞれ set*() のメソッドの値にふさわしいもの ...
https://man.plustar.jp/python/library/sunau.html - [similar]
22.4. wave --- WAVファイルの読み書き — Python 3.6.5 ドキュメント 4303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... けがサポートされている形式です)。 Wave_read. getcompname ( ) ¶ getcomptype() を人に判読可能な形にしたもので ... nels, sampwidth, framerate, nframes, comptype, compname) の namedtuple() を返します。 Wave_read. readframe ... エラーが起きます)。 Wave_write. setcomptype ( type , name ) ¶ 圧縮形式とその記述を設定します。現在のところ、 ... nels, sampwidth, framerate, nframes, comptype, compname) でなければならず、その値はそれぞれの set*() メソッ ...
https://man.plustar.jp/python/library/wave.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 4303
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ng. builtins The module that provides the built-in namespace. bz2 Interfaces for bzip2 compression and dec ... ry Automatic Parsing of headers based on the field name email.iterators Iterate over a message object tree ... encodings encodings.idna Internationalized Domain Names implementation encodings.mbcs Windows ANSI codepa ... t or a list of files. fnmatch Unix shell style filename pattern matching. formatter 非推奨: Generic output ...
https://man.plustar.jp/python/py-modindex.html - [similar]
12. 仮想環境とパッケージ — Python 3.6.5 ドキュメント 4303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... v ) $ pip show requests --- Metadata-Version: 2 .0 Name: requests Version: 2 .7.0 Summary: Python HTTP for ...
https://man.plustar.jp/python/tutorial/venv.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... llMethod ( PyObject * object , const char * method_name , const char * arg_format , ...); これはメソッドを ... 得られます: module = PyImport_ImportModule ( "<modulename>" ); そのモジュールがまだインポートされていない (つ ... 化します。そうでなければ、単純に sys.modules["<modulename>"] の値を返します。なお、これはモジュールをいかなる ... ます: attr = PyObject_GetAttrString ( module , "<attrname>" ); PyObject_SetAttrString() を呼んでモジュールの ...
https://man.plustar.jp/python/faq/extending.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... このメソッドは コルーチン です。 get_extra_info ( name , default=None ) ¶ オプションのトランスポート情報を ... . decode () addr = writer . get_extra_info ( 'peername' ) print ( "Received %r from %r " % ( message , ad ... on {} ' . format ( server . sockets [ 0 ] . getsockname ())) try : loop . run_forever () except KeyboardIn ... : connect = asyncio . open_connection ( url . hostname , 443 , ssl = True ) else : connect = asyncio . op ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]