Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 177 for string (0.167 sec.)
バイトオブジェクト — Python 3.6.5 ドキュメント 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... スでない場合に真を返します。 PyObject * PyBytes_FromString ( const char *v ) ¶ 成功時に、文字列 v のコピーを値 ... そのチェックは行われません。 PyObject * PyBytes_FromStringAndSize ( const char *v , Py_ssize_t len ) ¶ 成功時 ... ので、エラーチェックをを行いません。 char* PyBytes_AsString ( PyObject *o ) ¶ o の中身へのポインタを返します。 ... ァの最後のバイトは必ず null になります。 PyBytes_FromStringAndSize(NULL, size) で生成された場合を除いて、データ ...
https://man.plustar.jp/python/c-api/bytes.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... よって以下の3つの型の何れかを指定します。 term 説明 string 入力ストリーム中でstringが検出された時、 found_ter ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 下のような用途によく使われています: モジュールの docstring (ドキュメンテーション文字列) 中にある対話実行例のす ... べてが書かれている通りに動作するか検証することで、docstring の内容が最新かどうかチェックする。 テストファイルや ... 特に役に立つ例があります。 26.3.1. 簡単な利用法: docstring 中の実行例をチェックする ¶ doctest を試す簡単な方法 ... est . testmod () こうすると、 doctest は M 中の docstring を検査します。 モジュールをスクリプトとして実行する ...
https://man.plustar.jp/python/library/doctest.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... inspect. getdoc ( object ) ¶ Get the documentation string for an object, cleaned up with cleandoc() . If the ... documentation string for an object is not provided and the object is a ... operty or a descriptor, retrieve the documentation string from the inheritance hierarchy. バージョン 3.5 で変 ... spect. getcomments ( object ) ¶ Return in a single string any lines of comments immediately preceding the ob ...
https://man.plustar.jp/python/library/inspect.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... せんでした。 (Contributed by Eric Smith; bpo-5237 .) string.maketrans() 関数は撤廃され、それぞれの静的メソッド ... ray.maketrans() に置き換えられました。この変更は、 string によってサポートされるのがどちらの型なのかにまつわ ... data パッケージのこと。 pydoc_data/topics.py に docstring からは生成出来ない、シンボルについてのドキュメント ... よび PyOS_ascii_atof() を置き換えるために新しく PyOS_string_to_double() 関数が追加されました。 (Contributed by ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ¶ PEP 498 は新たな種類の文字列リテラル、すなわち f-strings 、 フォーマット済み文字列リテラル を導入しました。 ... ted fields 'result: 12.35' 参考 PEP 498 -- Literal String Interpolation. PEP written and implemented by Eric ... アンダースコアを列内で使用することはできません。 The string formatting language also now has support for the ' ... ses will be easier to use, with better APIs and docstrings explaining them. Additional useful information wi ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 5239
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 289: ジェネレータ式 PEP 292: より単純な文字列置換 (string substitution) PEP 318: 関数とメソッドのためのデコレ ... ラインインポート PEP 331: Locale に依存しない Float/String 変換 その他の言語変更 新たなモジュール、改良された ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
リフレクション — Python 3.6.5 ドキュメント 5161
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... nc ) ¶ func の型に依存する、解説文字列(description string)を返します。戻り値は、関数とメソッドに対しては "() ...
https://man.plustar.jp/python/c-api/reflection.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 5161
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... どのように行うかを示すフラグビット ml_doc char * docstring の内容を指すポインタ ml_meth は C の関数ポインタで ... 用か書込み可能なのかを示すビットフラグ doc char * docstring の内容を指すポインタ type はたくさんのCの型を意味す ... T_LONG long T_FLOAT 浮動小数点数 T_DOUBLE double T_STRING char * T_OBJECT PyObject * T_OBJECT_EX PyObject * ... 、読み出し専用なら READONLY を設定します。 type に T_STRING を使うと、 READONLY 扱いになります。 T_OBJECT メン ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 5161
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o ASCII bytes , and decoding bytes-like objects or strings containing ASCII to bytes . Both base-64 alphabet ... he legacy interface does not support decoding from strings, but it does provide functions for encoding and d ... 64decode ( s ) ¶ Decode bytes-like object or ASCII string s using the URL- and filesystem-safe alphabet, whi ... ode the Ascii85 encoded bytes-like object or ASCII string b and return the decoded bytes . foldspaces は、短 ...
https://man.plustar.jp/python/library/base64.html - [similar]