Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 42 for REQUIRED (0.029 sec.)
- 21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 14461
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
Authentication RFC 7235 , Section 3.1 402 PAYMENT_REQUIRED HTTP/1.1 RFC 7231 , Section 6.5.2 403 FORBIDDEN HT...
RFC 7231 , Section 6.5.6 407 PROXY_AUTHENTICATION_REQUIRED HTTP/1.1 Authentication RFC 7235 , Section 3.2 408...
GONE HTTP/1.1 RFC 7231 , Section 6.5.9 411 LENGTH_REQUIRED HTTP/1.1 RFC 7231 , Section 6.5.10 412 PRECONDITIO...
ENDENCY WebDAV RFC 4918 , Section 11.4 426 UPGRADE_REQUIRED HTTP/1.1 RFC 7231 , Section 6.5.15 428 PRECONDITIO...
- https://man.plustar.jp/python/library/http.html - [similar]
- 18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 11256
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
(必要としないが、提供された場合は検証します), CERT_REQUIRED (証明書を必要とし、検証します)。この引数が CERT_NO...
AUTH を purpose として渡すと、 verify_mode を CERT_REQUIRED に設定し、 CA 証明書をロードする ( cafile , capath...
n this mode (the default), no certificates will be required from the other side of the socket connection. If a...
ap_socket() . In this mode no certificates will be required from the other side of the socket connection; but...
- https://man.plustar.jp/python/library/ssl.html - [similar]
- 16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 10854
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
const ] [ , default ] [ , type ] [ , choices ] [ , required ] [ , help ] [ , metavar ] [ , dest ] ) ¶ 1つのコマ...
き型。 choices - 引数として許される値のコンテナー。 required - コマンドラインオプションが省略可能かどうか (オプ...
ンテナーなどはすべてサポートされています。 16.4.3.8. required ¶ 通常 argparse モジュールは、 -f や --bar といった...
。フラグの指定を 必須 にするには、 add_argument() の required= キーワード引数に True を指定します: >>> parser =...
- https://man.plustar.jp/python/library/argparse.html - [similar]
- 19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 10668
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
.""" ) parser . add_argument ( '-s' , '--sender' , required = True , help = 'The value of the From: header (re...
' ) parser . add_argument ( '-r' , '--recipient' , required = True , action = 'append' , metavar = 'RECIPIENT'...
pients' , help = 'A To: header value (at least one required)' ) args = parser . parse_args () directory = args...
" ) parser . add_argument ( '-d' , '--directory' , required = True , help = """Unpack the MIME message into th...
- https://man.plustar.jp/python/library/email.examples.html - [similar]
- Argument Clinic How-To — Python 3.6.5 ドキュメント 9460
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu
...
h has an optional argument on the left side of its required argument! Another example is curses.window.addch()...
ether. They can be to the left or the right of the required arguments. They can only be used with positional-o...
ending on whether the group is before or after the required parameters, and {number} is a monotonically increa...
t 1) indicating how far away the group is from the required parameters. When the impl is called, this paramete...
- https://man.plustar.jp/python/howto/clinic.html - [similar]
- 19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 9058
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
-of-line discipline used by Python, though \r\n is required by the RFCs. cte_type ¶ Controls the type of Conte...
nt Transfer Encodings that may be or are required to be used. The possible values are: 7bit all data...
rained to be 7 bit clean. Data in headers is still required to be ASCII-only and so will be encoded (see fold_...
orithms, including knowing where encoded words are required and allowed. From the application view, this means...
- https://man.plustar.jp/python/library/email.policy.html - [similar]
- urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 8655
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll
...
'403' (request forbidden) と '401' (authentication required) が含まれます。 See section 10 of RFC 2616 for a r...
-- see authorization schemes' ), 402 : ( 'Payment Required' , 'No payment -- see charging schemes' ), 403 : (...
referred format.' ), 407 : ( 'Proxy Authentication Required' , 'You must authenticate with ' 'this proxy befor...
has been permanently removed.' ), 411 : ( 'Length Required' , 'Client must specify Content-Length.' ), 412 :...
- https://man.plustar.jp/python/howto/urllib2.html - [similar]
- 26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 8655
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ssed output files to be written to. The -n flag is required when using this as backup files do not make sense...
always write output files even if no changes were required to the file. This is most useful with -o so that a...
to append to all output filenames. The -n flag is required when specifying this as backups are not necessary...
- https://man.plustar.jp/python/library/2to3.html - [similar]
- Argparse チュートリアル — Python 3.6.5 ドキュメント 8067
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argp
...
] echo prog.py: error: the following arguments are required: echo $ python3 prog.py --help usage: prog.py [-h]...
square prog.py: error: the following arguments are required: square $ python3 prog.py 4 16 $ python3 prog.py 4...
v] x y prog.py: error: the following arguments are required: x, y $ python3 prog.py -h usage: prog.py [-h] [-v...
- https://man.plustar.jp/python/howto/argparse.html - [similar]
- 16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 8067
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ENOTBLK ¶ ブロックデバイスが必要です (Block device required) errno. EBUSY ¶ そのデバイスまたはリソースは使用中...
RREQ ¶ 目的アドレスが必要です (Destination address required) errno. EMSGSIZE ¶ メッセージが長すぎます (Message...
- https://man.plustar.jp/python/library/errno.html - [similar]