Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 71 for functions (0.071 sec.)
正規表現 HOWTO — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... roperly and a French locale is selected, certain C functions will tell the program that the byte corresponding ... cause the resulting compiled object to use these C functions for \w ; this is slower, but also enables \w+ to m ...
https://man.plustar.jp/python/howto/regex.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . This class implements the do_GET() and do_HEAD() functions. SimpleHTTPRequestHandler では以下のメンバ変数を定 ...
https://man.plustar.jp/python/library/http.server.html - [similar]
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le() . If you called imp.load_module() and related functions directly with file path arguments then use a combi ...
https://man.plustar.jp/python/library/imp.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ClearData 34.1.5. エラー ¶ All wrappers around MSI functions raise MSIError ; the string inside the exception w ...
https://man.plustar.jp/python/library/msilib.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xy ) # register get_operator_module(); make public functions accessible via proxy MyManager . register ( 'opera ... rocessing import time import random import sys # # Functions used by test code # def calculate ( func , args ): ... () . name , func . __name__ , args , result ) # # Functions referenced by tasks # def mul ( a , b ): time . sl ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) , pthread_sigmask() , sigpending() and sigwait() functions return human-readable enums . 以下に signal モジュ ...
https://man.plustar.jp/python/library/signal.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r is unset or None at any call to any of the above functions except gettempprefix() it is initialized following ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ine a finalizer which only references the specific functions and objects that it needs, rather than having acce ...
https://man.plustar.jp/python/library/weakref.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... rt os >>> dir ( os ) <returns a list of all module functions> >>> help ( os ) <returns an extensive manual page ... ことができます: import unittest class TestStatisticalFunctions ( unittest . TestCase ): def test_average ( self ) ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... e を ASCII 文字列に変換します。 The code for these functions came from the GLib library ( https://developer.gno ... ), whose developers kindly relicensed the relevant functions and donated them to the Python Software Foundation ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT