Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 140 for Use (0.104 sec.)
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 5636
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ementation : The name of the underlying C function used to get the clock value. Refer to Clock ID Constan ... ) 16.3.2. Clock ID Constants ¶ These constants are used as parameters for clock_getres() and clock_gettim ... aris OS has a CLOCK_HIGHRES timer that attempts to use an optimal hardware source, and may give close to ... UTC (as in Western Europe, including the UK). Only use this if daylight is nonzero. See note below. time. ...
https://man.plustar.jp/python/library/time.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 5636
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... efault are deprecated in favor of context . Please use ssl.SSLContext.load_cert_chain() instead, or let s ... ed. Currently HTTP requests are the only ones that use data . The supported object types include bytes, f ... rding to the type of data . Content-Length will be used to send bytes objects, while Transfer-Encoding: c ... d as specified in RFC 7230 , Section 3.3.1 will be used to send files and other iterables. For an HTTP PO ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
21.10. urllib.robotparser --- robots.txt のためのパーザ — Python 3.6.5 ドキュメ... 5636
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es ) ¶ 引数 lines の内容を解釈します。 can_fetch ( useragent , url ) ¶ 解釈された robots.txt ファイル中に ... 記載された規則に従ったとき、 useragent が url を取得してもよい場合には True を返しま ... 取得した時刻を現在の時刻に設定します。 crawl_delay ( useragent ) ¶ Returns the value of the Crawl-delay par ... ameter from robots.txt for the useragent in question. If there is no such parameter o ...
https://man.plustar.jp/python/library/urllib.robotparser.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 5636
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( status , headers ) # This is going to break because we need to return a list, and # the validator is g ... figured to pass the correct PATH_INFO , but this causes another bug where PATH_TRANSLATED is wrong. Lucki ... ly this variable is rarely used and is not guaranteed by WSGI. On IIS<7, though, ... ost never deployed with the fix. (Even IIS7 rarely uses it because there is still no UI for it.) There is ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... s performed by the interpreter itself and that the user has no control over it, even if she regularly man ... c() ) domains are called On error, the debug hooks use the tracemalloc module to get the traceback where ... mode. The PYTHONMALLOC environment variable can be used to install debug hooks on a Python compiled in re ... led in release mode. On error, the debug hooks now use tracemalloc to get the traceback where a memory bl ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 堅実なコードを書いていけるようにします。 Unless you use some sort of integrated development environment, y ... indow from your Start menu; under Windows 7 the menu selection is Start ‣ Programs ‣ Accessories ‣ Comman ... recognize when you have started such a window because you will see a Windows "command prompt", which usu ... entering the command python and hitting return: C:\Users\YourName> python You should then see something l ...
https://man.plustar.jp/python/faq/windows.html - [similar]
3. 組み込み定数 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... de=None ) ¶ exit ( code=None ) ¶ 表示されたときに "Use quit() or Ctrl-D (i.e. EOF) to exit" のようなメッセ ...
https://man.plustar.jp/python/library/constants.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... atching a specified pattern according to the rules used by the Unix shell, although results are returned ... al cases. (For tilde and shell variable expansion, use os.path.expanduser() and os.path.expandvars() .) リ ...
https://man.plustar.jp/python/library/glob.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... The IMAP4 class supports the with statement. When used like this, the IMAP4 LOGOUT command is issued aut ... AP4 that connects over an SSL encrypted socket (to use this class you need a socket module that was compi ... . If host is not specified, '' (the local host) is used. If port is omitted, the standard IMAP4-over-SSL ... port (993) is used. ssl_context is a ssl.SSLContext object which all ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... も良いです。 バージョン 3.3 で非推奨: If previously used in conjunction with imp.find_module() then consid ... er using importlib.import_module() , otherwise use the loader returned by the replacement you chose f ... d functions directly with file path arguments then use a combination of importlib.util.spec_from_file_loc ...
https://man.plustar.jp/python/library/imp.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT