Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 177 of about 177 for string (0.089 sec.)
6. モジュール (module) — Python 3.6.5 ドキュメント 4715
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... が必要です。このファイルを置かなければならないのは、 string のようなよくある名前のディレクトリにより、モジュー ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 4715
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... 定する必要があります。 この設定によりパスを表すのに string を使っているときに、 open() 関数や os モジュールや ... Values provided as element text are always left as strings. This example file sets the same options and the ...
https://man.plustar.jp/python/using/windows.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 4715
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ばしば関数やメソッドについての情報を保持するのに docstring を使ってきました。というのも __doc__ だけが唯一関数 ... 。例えば、Zope ウェブアプリケーションでは、関数は docstring に情報を持つことによって公開アクセスのために安全か ... され、John Aycock の SPARK 解析フレームワークでは docstring は BNF 文法記述の部分を、解析のために保持していまし ... た。この「詰め込み」は嘆かわしいことです。docstring はまったくもって関数のドキュメンテーションを保持す ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 4648
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を送出します。 static source_to_code ( data , path='<string>' ) ¶ Python のソースからコードオブジェクトを作りま ...
https://man.plustar.jp/python/library/importlib.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 4648
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rror 例外を送出します。 バージョン 3.2 で追加. get_string ( key ) ¶ key に対応するメッセージの文字列表現を返 ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 4648
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... llable 別のユースケースとしては、オブジェクトを io.StringIO インスタンスで置き換えることがあります: >>> from ... io import StringIO >>> def foo (): ... print ( 'Something' ) ... >> ... > @patch ( 'sys.stdout' , new_callable = StringIO ) ... def test ( mock_stdout ): ... foo () ... a ... 制限された MagicMock が生成されます。 read_data is a string for the read() , readline() , and readlines() meth ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 4648
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 様々な数値リテラルをサポートしています: literal ::= stringliteral | bytesliteral | integer | floatnumber | im ... 子は、数値に対する剰余演算を行うのに加えて、文字列 (string) オブジェクトにオーバーロードされ、旧式の文字列の書 ... ically using the numeric values of their elements. Strings (instances of str ) compare lexicographically usi ... built-in function ord() ) of their characters. [3] Strings and binary sequences cannot be directly compared. ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
PREV 9 10 11 12 13 14 15 16 17 18 NEXT