Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 273 for THE (0.232 sec.)
27.6. trace --- Python 文実行のトレースと追跡 — Python 3.6.5 ドキュメント 4094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ユーザーが直接生成するものではありません。 update ( other ) ¶ 別の CoverageResults オブジェクトのデータを統 ... a Trace object, telling it what to ignore, and whether to # do tracing or line-counting or both. tracer ... sys . exec_prefix ], trace = 0 , count = 1 ) # run the new command using the given tracer tracer . run ( ... 'main()' ) # make a report, placing output in the current directory r = tracer . results () r . writ ...
https://man.plustar.jp/python/library/trace.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 4094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : str , servers : List [ Server ]) -> None : ... # The static type checker will treat the previous type s ... ... return data # A static type checker will treat the above # as having the same signature as: def legac ... * n def longest ( x : A , y : A ) -> A : """Return the longest of two strings.""" return x if len ( x ) > ... ユニオン型は消えます。例えば: Union [ int ] == int # The constructor actually returns int 冗長な実引数は飛ば ...
https://man.plustar.jp/python/library/typing.html - [similar]
12. 仮想環境とパッケージ — Python 3.6.5 ドキュメント 4094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ed pip . By default pip will install packages from the Python Package Index, < https://pypi.python.org/py ... pi >. You can browse the Python Package Index by going to it in your web br ... ctic astronomy and gravitational dynamics. novas - The United States Naval Observatory NOVAS astronomy li ...
https://man.plustar.jp/python/tutorial/venv.html - [similar]
1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 4074
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 以下のようにです: static int numargs = 0 ; /* Return the number of arguments of the application command lin ... { "numargs" , emb_numargs , METH_VARARGS , "Return the number of arguments received by the process." }, { ...
https://man.plustar.jp/python/extending/embedding.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 4074
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... If tempdir is unset or None at any call to any of the above functions except gettempprefix() it is initi ... alized following the algorithm described in gettempdir() . 11.6.1. 使用 ... eek ( 0 ) >>> fp . read () b'Hello world!' # close the file, it will be removed >>> fp . close () # creat ... d and removed # create a temporary directory using the context manager >>> with tempfile . TemporaryDirec ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
1. はじめに — Python 3.6.5 ドキュメント 4074
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... にもしばしば使用されています。さらなる情報については the Jython website を参照してください。 Python for .NE ... uguninによって作られました。さらなる情報については the IronPython website を参照してください。 PyPy 完全に ... 言語自体での実験を後押しすることです。さらなる情報は the PyPy project's home page にあります。 これらの各実 ...
https://man.plustar.jp/python/reference/introduction.html - [similar]
7. 使用例 — Python 3.6.5 ドキュメント 4055
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... version, url warning: check: missing meta-data: either (author and author_email) or (maintainer and main ... desc = """ \ My description ============== This is the description of the ``foobar`` package. """ setup ( ... o short. (line 2) warning: check: Could not finish the parsing. 7.5. メタデータの読み込み ¶ distutils.cor ...
https://man.plustar.jp/python/distutils/examples.html - [similar]
1. Distutilsの紹介 — Python 3.6.5 ドキュメント 4055
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... d foo-1.0.tar.gz (or .zip ), unpack it, and---from the foo-1.0 directory---run python setup . py install ... 布物 a collection of Python modules distributed together as a single downloadable resource and meant to be ... -known module distributions are NumPy, SciPy, PIL (the Python Imaging Library), or mxBase. (This would be ... d a package , except that term is already taken in the Python context: a single module distribution may c ...
https://man.plustar.jp/python/distutils/introduction.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 4055
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 以下に完全かつ短い実行例を示します: """ This is the "example" module. The example module supplies one ... actorial(5) 120 """ def factorial ( n ): """Return the factorial of n, an exact integer >= 0. >>> [factor ... r: n must be >= 0 Factorials of floats are OK, but the float must be an exact integer: >>> factorial(30.1 ... mple.txt には以下のような内容が入っているとします: The ``example`` module ====================== Using `` ...
https://man.plustar.jp/python/library/doctest.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 4055
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。出力は stream で指定したストリームに出力されます。 The file selected by the above constructor must have b ... een created by the corresponding version of profile or cProfile . To ... be specific, there is no file compatibility guaranteed with future ... versions of this profiler, and there is no compatibility with files produced by other ...
https://man.plustar.jp/python/library/profile.html - [similar]