Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 96 for ASCII (0.122 sec.)
What's New In Python 3.0 — Python 3.6.5 ドキュメント 6434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... を混ぜたとすれば、8 ビット文字列がたまたま 7 ビット (ASCII) バイトだけから出来ていれば動くし非 ASCII バイトが ... てこのデフォルトを当てにすべきではありません。純粋な ASCII テキスト以上のものを読み書きするどんなアプリケーシ ... プローチです。 PEP 3138 : 文字列への repr() はもう非 ASCII 文字をエスケープしません。ただし、制御文字、Unicod ... ドのデフォルトが UTF-8 になりました。 PEP 3131 : 非 ASCII 文字を識別子として使用することが出来るようになりま ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
16.13. curses.panel --- curses のためのパネルスタック拡張 — Python 3.6.5 ドキュ... 6369
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 2. Panel オブジェクト 前のトピックへ 16.12. curses.ascii --- ASCII 文字に関するユーティリティ 次のトピックへ ...
https://man.plustar.jp/python/library/curses.panel.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6369
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... k=None ) ¶ Retrieve a file or directory listing in ASCII transfer mode. cmd should be an appropriate RETR c ... nes ( cmd , fp , callback=None ) ¶ Store a file in ASCII transfer mode. cmd should be an appropriate STOR c ... containing characters in the printable range from ASCII code 33 to ASCII code 126. The transfercmd() metho ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
14.3. netrc --- netrc ファイルの処理 — Python 3.6.5 ドキュメント 6369
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 辞書です。 注釈 利用可能なパスワードの文字セットは、ASCII のサブセットのみです。全ての ASCII の記号を使用する ...
https://man.plustar.jp/python/library/netrc.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6369
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... てください。) Python のインポート機構が、パス名に非 ASCII 文字を含むディレクトリにインストールされたモジュー ... ルをロードできるようになりました。これはユーザ名に非 ASCII 文字を含むユーザにとっての、ホームディレクトリにま ... に配慮するエンコーディング、あるいは UTF-8 を使う非 ASCII のデータ交換はより良く行えるようになりました。 もう ... を持つものに変換します。 エンコードされていない非 ASCII バイト列を持つヘッダは 未知の 8 ビット 文字セットを ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6369
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... マットプロトコルの取り扱いにおいて重要で、バイナリとASCII互換のテキストが入り交じったものがよく出てきます。 例 ... えませんが、 %a であれば使えます ( repr(obj).encode('ascii', 'backslashreplace') と同等): >>> b 'Hello %b!' % ... トコードでできたモジュールにかなり近くなり、これまで ASCII に制限されていたモジュール名に任意の識別子が使える ... ) The imaplib module now automatically encodes non-ASCII string usernames and passwords using UTF-8, as rec ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 6316
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... eger; if it's between 0 and 255, it represents the ASCII code of the key pressed. Values greater than 255 a ... elif c == curses . KEY_HOME : x = y = 0 The curses.ascii module supplies ASCII class membership functions t ... ents and return the same type. For example, curses.ascii.ctrl() returns the control character corresponding ...
https://man.plustar.jp/python/howto/curses.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6316
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le. load ( file , * , fix_imports=True , encoding="ASCII" , errors="strict" ) ¶ pickle オブジェクト表現を、 ... のデコード方法を指定します; デフォルトではそれぞれ 'ASCII' および 'strict' になります。8 ビット文字列インスタ ... ( bytes_object , * , fix_imports=True , encoding="ASCII" , errors="strict" ) ¶ bytes オブジェクトから pick ... のデコード方法を指定します; デフォルトではそれぞれ 'ASCII' および 'strict' になります。8 ビット文字列インスタ ...
https://man.plustar.jp/python/library/pickle.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6316
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 msg may be a string containing characters in the ASCII range, or a byte string. A string is encoded to by ... tes using the ascii codec, and lone \r and \n characters are converted ... upports it, from_addr and to_addrs may contain non-ASCII characters. このメソッドは次の例外を送出することが ... he addresses in from_addr and to_addrs contain non-ASCII characters and the server does not advertise SMTPU ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6316
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... f ): data = str ( self . request . recv ( 1024 ), 'ascii' ) cur_thread = threading . current_thread () resp ... {} : {} " . format ( cur_thread . name , data ), 'ascii' ) self . request . sendall ( response ) class Thr ... ( ip , port )) sock . sendall ( bytes ( message , 'ascii' )) response = str ( sock . recv ( 1024 ), 'ascii' ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT