Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 54 for re (0.096 sec.)
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6882
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... あります: class socketserver. TCPServer ( server_address , RequestHandlerClass , bind_and_activate=True ) ... rnet TCP protocol, which provides for continuous streams of data between the client and server. If bind_ ... nd() and server_activate() . The other parameters are passed to the BaseServer base class. class sockets ... erver. UDPServer ( server_address , RequestHandlerClass , bind_and_activate=True ) ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6882
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ ソースコード: Lib/xmlrpc/client.py XML-RPC is a Remote Procedure Call method that uses XML passed via ... it, a client can call methods with parameters on a remote server (the server is named by a URI) and get ... back structured data. This module supports writing XML-RPC client ... etween conformable Python objects and XML on the wire. 警告 xmlrpc.client モジュールは悪意を持って構築さ ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6882
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... に和集合 (union)、共通集合 (intersection)、 差 (difference)、対称差 (symmetric difference) といった数学演算 ... , 'c', 'b', 'd', 'r', 'w', 'y', 'x', 'z']) >>> a . remove ( 'x' ) # take one element out >>> a set(['a', ... - 集合オブジェクト型をビルトインに追加する 元々は Greg Wilson によって提案され、完全な実装は Raymond Het ... の一体化後に異なる振る舞いをする整数演算をすると FutureWarning 警告を出して、結果の値は (プラットフォーム依 ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6882
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... は、出来ることを出来るだけ試みました。それには future_builtins モジュールに互換関数を、また、Python 3 で ... 文法の追加: except TypeError as exc 。 組み込み関数 reduce() への別名としての functools.reduce() の追加。 ... 加されましたが、既存のものはそうせずに、代わりに future_builtins モジュールに 3.0 版のものを追加しています ... と互換性を持ちたいコードでは、必要に応じて from future_builtins import hex, map などとすることが出来ます。 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 考えましょう: [DEFAULT] ServerAliveInterval = 45 Compression = yes CompressionLevel = 9 ForwardX11 = yes [ ... bitbucket.org] User = hg [topsecret.server.com] Port = 50022 ForwardX11 = no INI ファ ... ULT' ] = { 'ServerAliveInterval' : '45' , ... 'Compression' : 'yes' , ... 'CompressionLevel' : '9' } >>> ... bucket.org' ][ 'User' ] = 'hg' >>> config [ 'topsecret.server.com' ] = {} >>> topsecret = config [ 'tops ...
https://man.plustar.jp/python/library/configparser.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mentation for object.__enter__() is provided which returns self while object.__exit__() is an abstract m ... ethod which by default returns None . See also the definition of コンテキスト ... 義することができます。 A simple example (this is not recommended as a real way of generating HTML!): from ... できます: from contextlib import closing from urllib.request import urlopen with closing ( urlopen ( 'http ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... --- を含む行) は改行付きで生成されます。 io.IOBase.readlines() で作られた入力が io.IOBase.writelines() で ... telines ( context_diff ( s1 , s2 , fromfile = 'before.py' , tofile = 'after.py' )) *** before.py --- aft ... フェイス)です。 >>> diff = ndiff ( 'one \n two \n three \n ' . splitlines ( keepends = True ), ... 'ore \ ... n tree \n emu \n ' . splitlines ( keepends = True )) >>> ...
https://man.plustar.jp/python/library/difflib.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 'int_curr_symbol' 国際通貨を表現する記号です。 'currency_symbol' 地域的な通貨を表現する記号です。 'p_cs_ ... precedes/n_cs_precedes' 通貨記号が値の前につくかどうか ... imal_point and thousands_sep byte strings if they are non-ASCII or longer than 1 byte, and the LC_NUMERI ... C locale is different than the LC_CTYPE locale. This temporary change ...
https://man.plustar.jp/python/library/locale.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... , the Windows form using the ASCII sequence CR LF (return followed by linefeed), or the old Macintosh fo ... rm using the ASCII CR (return) character. All of these forms can be used equ ... ally, regardless of platform. Pythonに埋め込む場合には、標準 ... 0 and 0 <= second < 60 : # Looks like a valid date return 1 バックスラッシュで終わる行にはコメントを入れ ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6778
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ge.net/pydb/ に、 DDD は https://www.gnu.org/software/ddd にあります。 商業のグラフィカルデバッガ付き Py ... n IDE もあります。例えば: Wing IDE ( https://wingware.com/ ) Komodo IDE ( https://komodoide.com/ ) PyCha ... 能ファイルにまとめる多くのツールがあります。 一つは freeze ツールで、Python ソースツリーに Tools/freeze と ... 作する自己完結的なバイナリを形成します。 もちろん、freeze には C コンパイラが必要です。C コンパイラを必要 ...
https://man.plustar.jp/python/faq/programming.html - [similar]
PREV 1 2 3 4 5 6 NEXT