Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 331 for OF (0.168 sec.)
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 4299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... logging.StreamHandler formatter : brief level : INFO filters : [ allow_foo ] stream : ext://sys.stdout f ... ere handlers : h1 : #This is an id # configuration of handler with id 'h1' goes here formatter : brief h ... 2 : #This is another id # configuration of handler with id 'h2' goes here formatter : precise ... n, the given target just needs to be the object id of the relevant target handler, and the system will r ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 4299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... -file" , dest = "filename" , help = "write report to FILE" , metavar = "FILE" ) parser . add_option ( "- ... essage and exit -f FILE, --file=FILE write report to FILE -q, --quiet don't print status messages to std ... t = "verbose" , default = True , help = "make lots of noise [default]" ) parser . add_option ( "-q" , "- ... lename" , metavar = "FILE" , help = "write output to FILE" ) parser . add_option ( "-m" , "--mode" , def ...
https://man.plustar.jp/python/library/optparse.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 4299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... # Register pow() function; this will use the value of # pow.__name__ as the name, which is just 'pow'. s ... , 'add' ) # Register an instance; all the methods of the instance are # published as XML-RPC methods (i ... s . mul ( 5 , 2 )) # Returns 5*2 = 10 # Print list of available methods print ( s . system . listMethods ... ソッド , SimpleXMLRPCServer , 関数 , instance Table of Contents 21.27. xmlrpc.server --- 基本的なXML-RPCサ ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 4299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... thon を使う ¶ このドキュメントは、 Python を Microsoft Windows で使うときに知っておくべき、 Windows 固有 ... 11 で明記しているとおり Python のリリースは、Microsoft が延長サポート期間であるとしている Windows プラッ ... ongside the executable. This file specifies a list of options and values. When a value is provided as an ... r Windows users in "Installing Python" in " A Byte of Python " by Swaroop C H, 2003 3.2. 別のバンドル ¶ ...
https://man.plustar.jp/python/using/windows.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 4299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... print ( x , end = " " ) # Appends a space instead of a newline Old : print # Prints a newline New : pri ... recated by PEP 4 . Others were removed as a result of the removal of support for various platforms such ... lso selected for removal in Python 3.0 due to lack of use or because a better replacement exists. See PE ... pickle / cPickle のペアがこの対象になりました。 profile モジュールは 3.1 でこれが予定されています。 Str ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... r and upload commands both check for the existence of a .pypirc file at the location $HOME/.pypirc . If ... repository URL configured in the file. The format of a .pypirc file is as follows: [distutils] index-se ... pypirc , 表示 , repository , setup , Package Table of Contents 6. Python Package Index (PyPI) 6.1. PyPI ... (レガシーバージョン) » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 書いていけるようにします。 Unless you use some sort of integrated development environment, you will end u ... executed or evaluated while you wait. This is one of Python's strongest features. Check it by entering ... a few expressions of your choice and seeing the results: >>> print ( "H ... して使えます。 Borland note: まず python NN .lib を Coff2Omf.exe で OMF フォーマットに変換してください。 S ...
https://man.plustar.jp/python/faq/windows.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メソッドが引数 None で呼び出されます。 can_write_eof ( ) ¶ トランスポートが write_eof() をサポートしてい ... を設定します。 These two values (measured in number of bytes) control when the protocol's pause_writing() ... 、非同期に送信する準備を行います。 writelines ( list_of_data ) ¶ バイト列のデータのリスト (またはイテラブル ... すが、より効率的な実装となる場合があります。 write_eof ( ) ¶ バッファーされたデータをフラッシュした後トラ ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
3. 組み込み定数 — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) ¶ 表示されたときに "Use quit() or Ctrl-D (i.e. EOF) to exit" のようなメッセージを表示し、呼び出された ... bjects that when printed or called, print the text of copyright or credits, respectively. license ¶ Obje ... ジュール , 代入 , 演算 , SyntaxError , license Table of Contents 3. 組み込み定数 3.1. site モジュールで追加 ... ython 標準ライブラリ » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/library/constants.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 4272
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... サンプルで ctypes の c_int 型を参照しています。 sizeof(long) == sizeof(int) であるようなプラットフォームで ... e buffer, initialized to NUL bytes >>> print ( sizeof ( p ), repr ( p . raw )) 3 b'\x00\x00\x00' >>> p = ... containing a NUL terminated string >>> print ( sizeof ( p ), repr ( p . raw )) 6 b'Hello\x00' >>> print ... " , 10 ) # create a 10 byte buffer >>> print ( sizeof ( p ), repr ( p . raw )) 10 b'Hello\x00\x00\x00\x0 ...
https://man.plustar.jp/python/library/ctypes.html - [similar]