Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 234 for IF (0.166 sec.)
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 4710
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... port 文 import 文の言語リファレンス。 Packages specification パッケージの元の仕様。幾つかの動作はこの仕様 ... An abstact method for finding a loader for the specified module. Originally specified in PEP 302 , this ... ghout the interpreter safely; ValueError is raised if such a substitution is detected. 注釈 起動時間が重 ... ools' spec = importlib . util . find_spec ( name ) if spec is None : print ( "can't find the itertools m ...
https://man.plustar.jp/python/library/importlib.html - [similar]
35.8. pty --- 擬似端末ユーティリティ — Python 3.6.5 ドキュメント 4710
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... = parser . parse_args () shell = sys . executable if options . use_python else os . environ . get ( 'SH ... , 'sh' ) filename = options . filename mode = 'ab' if options . append else 'wb' with open ( filename , ...
https://man.plustar.jp/python/library/pty.html - [similar]
31.4. runpy --- Python モジュールの位置特定と実行 — Python 3.6.5 ドキュメント 4710
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d_name argument should be an absolute module name. If the module name refers to a package rather than a ... され、それ以外の場合は '<run_path>' に設定されます。 If the supplied path directly references a script fil ... loader__ and __package__ will all be set to None . If the supplied path is a reference to a valid sys.pa ...
https://man.plustar.jp/python/library/runpy.html - [similar]
7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 4710
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... st ::= target ("," target )* [","] target ::= identifier | "(" [ target_list ] ")" | "[" [ target_list ] ... ssion_list | yield_expression ) augtarget ::= identifier | attributeref | subscription | slicing augop : ... は絶対に評価されず、関数スコープにも格納されません。 If the right hand side is present, an annotated assig ... before evaluating annotations (where applicable). If the right hand side is not present for an expressi ...
https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 4669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... を提供します。 どちらもドメイン固有言語 (domain-specific language) を使用して、次のことができるスクリプト ... hon3.6 maybe_dtrace_line line On Linux, you can verify if the SystemTap static markers are present in th ... e built binary by seeing if it contains a ".note.stapsdt" section. $ readelf - ... _string($arg2); lineno = $arg3; frameptr = $arg4 } If this file is installed in SystemTap's tapset direc ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 4669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es every 76 characters as per RFC 2045 . Note that if you are looking for RFC 2045 support you probably ... れていない場合は binascii.Error 例外を発生させます。 If validate is False (the default), characters that a ... alphabet are discarded prior to the padding check. If validate is True , these non-alphabet characters i ... b using base85 (as used in e.g. git-style binary diffs) and return the encoded bytes . pad が真ならば、 ...
https://man.plustar.jp/python/library/base64.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 4669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ どのようなオブジェクトでも真理値として判定でき、 if や while の条件あるいは以下のブール演算の被演算子と ... modulus # Remove common factors of P. (Unnecessary if m and n already coprime.) while m % P == n % P == ... 0 : m , n = m // P , n // P if n % P == 0 : hash_value = sys . hash_info . inf el ... ue = ( abs ( m ) % P ) * pow ( n , P - 2 , P ) % P if m < 0 : hash_value = - hash_value if hash_value == ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 4669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ィを直接使用してください。 ident ¶ The 'thread identifier' of this thread or None if the thread has not b ... integer. See the get_ident() function. Thread identifiers may be recycled when a thread exits and anothe ... r thread is created. The identifier is available even after the thread has exited. ... ソッドはロックを解放します。そして別のスレッドが notify() または notify_all() を呼ぶことによってスレッドを ...
https://man.plustar.jp/python/library/threading.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 4669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ck_gettime ( clk_id ) ¶ Return the time of the specified clock clk_id . Refer to Clock ID Constants for ... ettime ( clk_id , time ) ¶ Set the time of the specified clock clk_id . Currently, CLOCK_REALTIME is the ... of the local DST timezone, in seconds west of UTC, if one is defined. This is negative if the local DST ... n Western Europe, including the UK). Only use this if daylight is nonzero. See note below. time. dayligh ...
https://man.plustar.jp/python/library/time.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 4669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... PC server. The required first argument is a URI (Uniform Resource Indicator), and will normally be the U ... ers govern the use of the returned proxy instance. If allow_none is true, the Python constant None will ... is is a commonly-used extension to the XML-RPC specification, but isn't supported by all clients and ser ... oking an XML-RPC method. You only need to use this if the remote server requires a Basic Authentication ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]