Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 177 for string (0.064 sec.)
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 6276
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ale to decode decimal_point and thousands_sep byte strings if they are non-ASCII or longer than 1 byte, and ... は標準で LC_ALL になっています。 locale. strcoll ( string1 , string2 ) ¶ 現在の LC_COLLATE 設定に従って二つの ... 文字列を比較します。他の比較を行う関数と同じように、 string1 が string2 に対して前に来るか、後に来るか、あるい ... 、正の値、あるいは 0 を返します。 locale. strxfrm ( string ) ¶ 文字列を、ロケールを考慮した比較に使える形式に ...
https://man.plustar.jp/python/library/locale.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 6276
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... this NNTP server, optionally matching the pattern string group_pattern . Each tuple has the form (group, la ... EWSGROUPS command, where grouppattern is a wildmat string as specified in RFC 3977 (it's essentially the sam ... e as DOS or UNIX shell wildcard strings). Return a pair (response, descriptions) , where ... nd on legacy servers. message_spec can be either a string representing a message id, or a (first, last) tupl ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
20.8. xml.dom.pulldom --- 部分的な DOM ツリー構築のサポート — Python 3.6.5 ドキ... 6276
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... サブクラスです。 xml.dom.pulldom. parse ( stream_or_string , parser=None , bufsize=None ) ¶ 与えられた入力から ... DOMEventStream を返します。 stream_or_string はファイル名かファイル様オブジェクトのいずれかです ... りません。 XML データを文字列で持っている場合、 parseString() を代わりに使うことができます: xml.dom.pulldom. p ... arseString ( string , parser=None ) ¶ (ユニコード) string を表 ...
https://man.plustar.jp/python/library/xml.dom.pulldom.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 6209
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 応するフラグの OR をとる必要があります。 この型の docstring は tp_doc に入れます。 . tp_doc = "Custom objects" ... f ( self != NULL ) { self -> first = PyUnicode_FromString ( "" ); if ( self -> first == NULL ) { Py_DECREF ( ... lf ); return NULL ; } self -> last = PyUnicode_FromString ( "" ); if ( self -> last == NULL ) { Py_DECREF ( ... nored )) { if ( self -> first == NULL ) { PyErr_SetString ( PyExc_AttributeError , "first" ); return NULL ; ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 6209
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ち '0' から '9' までの文字かどうかを調べます。 c in string.digits と等価です。 curses.ascii. isgraph ( c ) ¶ ... t ( c ) ¶ ASCII 16 進数字かどうかを調べます。 c in string.hexdigits と等価です。 curses.ascii. isctrl ( c ) ... nctions accept either integers or single-character strings; when the argument is a string, it is first conve ... dinal bit values derived from the character of the string you pass in; they do not actually know anything ab ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
6. テキスト処理サービス — Python 3.6.5 ドキュメント 6209
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンス型 --- str のドキュメントも参照して下さい。 6.1. string --- 一般的な文字列操作 6.1.1. 文字列定数 6.1.2. カ ... 5.7. 全ての副詞と、その位置を見つける 6.2.5.8. Raw String記法 6.2.5.9. トークナイザを書く 6.3. difflib --- 差 ... 込み 6.5. unicodedata --- Unicode データベース 6.6. stringprep --- インターネットのための文字列調製 6.7. read ... 前のトピックへ 5. 組み込み例外 次のトピックへ 6.1. string --- 一般的な文字列操作 ナビゲーション 索引 モジュー ...
https://man.plustar.jp/python/library/text.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6209
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... uble or float float . Values get the <double> tag. string str array 適合する要素を持つ list または tuple 。a ... は list として返します。 struct dict . Keys must be strings, values may be any conformable type. Objects of u ... ンスをマーシャルすることはできません。 When passing strings, characters special to XML such as < , > , and & ... t's the caller's responsibility to ensure that the string is free of characters that aren't allowed in XML, ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 6053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 可能なメモリブロックが必要なら、 ctypes には create_string_buffer() 関数があり、いろいろな方法で作成することで ... てください: >>> from ctypes import * >>> p = create_string_buffer ( 3 ) # create a 3 byte buffer, initialized ... repr ( p . raw )) 3 b'\x00\x00\x00' >>> p = create_string_buffer ( b "Hello" ) # create a buffer containing ... a NUL terminated string >>> print ( sizeof ( p ), repr ( p . raw )) 6 b'He ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s made (where passwd and acct default to the empty string when not given). The optional timeout parameter sp ... r a command such as LIST or NLST (usually just the string 'LIST' ). LIST retrieves a list of files and infor ... e callback function is called for each line with a string argument containing the line with the trailing CRL ... however that RFC 959 requires only that rest be a string containing characters in the printable range from ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 6053
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ユーザ設定関連のものです: readline. parse_and_bind ( string ) ¶ string 引数で渡された最初の行を実行します。これ ... ) の現在の内容を返します。 readline. insert_text ( string ) ¶ テキストをカーサー位置の行バッファに挿入します ... tion_matches() in the underlying library. The text string comes from the first parameter to the rl_attempted ... derlying library. readline. set_completer_delims ( string ) ¶ readline. get_completer_delims ( ) ¶ Set or ge ...
https://man.plustar.jp/python/library/readline.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT