netrc インスタンスは以下のメソッドを持っています:
host) |
(login, account, password)
を返します。
与えられた host に対するエントリが netrc ファイルにない場合、
`default' エントリに関連付けられたタプルが返されます。
host に対応するエントリがなく、default エントリもない場合、
None
を返します。
) |
netrc のインスタンスは以下の公開されたインスタンス変数 を持っています:
(login, account, password)
から
なるタプルに対応づけている辞書です。`default' エントリがある場合、
その名前の擬似ホスト名として表現されます。
+ 注意: Passwords are limited to a subset of the ASCII character set. + Versions of this module prior to 2.3 were extremely limited. Starting with + 2.3, all ASCII punctuation is allowed in passwords. However, note that + whitespace and non-printable characters are not allowed in passwords. This + is a limitation of the way the .netrc file is parsed and may be removed in + the future. 注意: 利用可能なパスワードの文字セットは、ASCIIのサブセットのみです。2.3より前の バージョンでは厳しく制限されていましたが、2.3以降ではASCIIの記号を使用することが できます。しかし、空白文字と印刷不可文字を使用することはできません。この制限は .netrcファイルの解析方法によるものであり、将来解除されます。
ご意見やご指摘をお寄せになりたい方は、 このドキュメントについて... をご覧ください。