Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for scheme (0.027 sec.)
21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 13566
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を生成します。 urllib.parse. urlparse ( urlstring , scheme='' , allow_fragments=True ) ¶ URL を解析して 6 つの ... のタプルを返します。このタプルは URL の一般的な構造: scheme://netloc/path;parameters?query#fragment に対応して ... >>> o # doctest: +NORMALIZE_WHITESPACE ParseResult(scheme='http', netloc='www.cwi.nl:80', path='/%7Eguido/Py ... n.html', params='', query='', fragment='') >>> o . scheme 'http' >>> o . port 80 >>> o . geturl () 'http://w ...
https://man.plustar.jp/python/library/urllib.parse.html - [similar]
29.2. sysconfig --- Python の構成情報にアクセスする — Python 3.6.5 ドキュメント 11797
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... めのいくつかの関数を提供しています。 sysconfig. get_scheme_names ( ) ¶ 現在 sysconfig でサポートされているすべ ... たタプルを返します。 sysconfig. get_path ( name [ , scheme [ , vars [ , expand ] ] ] ) ¶ scheme で指定されたイ ... び出したときにデフォルト値を取得する場合があります。 scheme が指定された場合、 get_scheme_names() が返すリスト ... い場合、 None を返します。 sysconfig. get_paths ( [ scheme [ , vars [ , expand ] ] ] ) ¶ インストールスキーム ...
https://man.plustar.jp/python/library/sysconfig.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 8578
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... PEP 3333 を参照してください。 wsgiref.util. guess_scheme ( environ ) ¶ environ 辞書の HTTPS 環境変数を調べる ... ことで wsgi.url_scheme が "http" か "https" のどちらであるべきか推測し、そ ... などのような個別実装の語に置き換えられました。 get_scheme ( ) ¶ 現在のリクエストで使われている URL スキームを ... 返します。デフォルト実装は wsgiref.util の guess_scheme() を使い、現在のリクエストの environ 変数に基づいて ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 8189
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... のディレクトリ ( インストールスキーム : installation scheme ) を作成するというものです。詳細はプラットフォーム ... あり、普通それらは同じです --- それらは Unix "prefix scheme" を使い、 --prefix と --exec-prefix に異なる値を与 ... です。 Obviously, specifying the entire installation scheme every time you install a new module distribution w ...
https://man.plustar.jp/python/install/index.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 8189
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... う辞書を返します。この関数はまず、どのOSでも最初に <scheme>_proxy という名前の環境変数を大文字小文字を区別せず ... dler があります。デフォルトでは、 ProxyHandler は <scheme>_proxy という環境変数を使います。 ここで <scheme> ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 8189
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n Winter. PEP 3141: 数値の型階層 ¶ Python 3.0 では Scheme の numeric tower に触発された、いくつかの数値型のた ... の型階層 PEP 著: Jeffrey Yasskin. Guile マニュアルの Scheme's numerical tower 。 R5RS Scheme 仕様の Scheme's n ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8083
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... emporary dir:' , tmpdirname ) (Contributed by Neil Schemenauer and Nick Coghlan; bpo-5178 .) inspect ¶ inspe ... "win32" Python version: "3.2" Current installation scheme: "nt" Paths: data = "C:\Python32" include = "C:\Py ... o/' ) # doctest: +NORMALIZE_WHITESPACE ParseResult(scheme='http', netloc='[dead:beef:cafe:5417:affe:8FA3:dea ... # doctest: +NORMALIZE_WHITESPACE ParseResultBytes(scheme=b'http', netloc=b'www.python.org:80', path=b'/abou ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 7994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : url = urllib . parse . urlsplit ( url ) if url . scheme == 'https' : connect = asyncio . open_connection ( ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
29.13. site --- サイト固有の設定フック — Python 3.6.5 ドキュメント 7994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... どのインストール先のディレクトリを user installation scheme で計算するのに使われます。 PYTHONUSERBASE も参照し ...
https://man.plustar.jp/python/library/site.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 7888
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... nauthorized' , 'No permission -- see authorization schemes' ), 402 : ( 'Payment Required' , 'No payment -- s ... ee charging schemes' ), 403 : ( 'Forbidden' , 'Request forbidden -- a ... 。ヘッダはこのようになっています: WWW-Authenticate: SCHEME realm="REALM" 。 e.g. WWW-Authenticate: Basic real ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
PREV 1 2 NEXT