Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 76 for result (0.085 sec.)
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e like 1e300 raise OverflowError ( "n too large" ) result = 1 factor = 2 while factor <= n : result *= facto ... r factor += 1 return result if __name__ == "__main__" : import doctest doctest ... - DocTestFinder -> | DocTest | -- DocTestRunner -> results +------+ | ^ +---------+ | ^ ( printed ) | | | Ex ... のサマリを出力し、名前付きタプル ( named tuple ) TestResults(failed, attempted) を返します。 オプションの verb ...
https://man.plustar.jp/python/library/doctest.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ator on an EmailMessage constructed by program may result in changes to the EmailMessage object as defaults ... fmt using information from the part and print the resulting filled-in string. To fill in fmt , execute fmt ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... it will be interpreted as a UTC timestamp, and the resulting value will have a timezone of -0000 . Much more ... he default policy ), accessing this attribute will result in a ValueError . Many of the above classes also h ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... means that a subsequent set_payload call will not result in an encoded payload, even if a charset is passed ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... RANGE ¶ 表現できない数学演算結果になりました (Math result not representable) errno. EDEADLK ¶ リソースのデッ ...
https://man.plustar.jp/python/library/errno.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... >> value = decimal . Decimal ( "12.34567" ) >>> f "result: { value :{ width } . { precision }} " # nested fi ... elds 'result: 12.35' >>> today = datetime ( year = 2017 , month ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 6303
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... as been customized for implementing sets, and as a result sets will use a third less memory and are somewhat ... r on long digit strings because fewer intermediate results are calculated. The peak is for strings of around ... import ctypes libc = ctypes . CDLL ( 'libc.so.6' ) result = libc . printf ( "Line of output \n " ) 様々な C ... ce code analysis tool called Prevent, provided the results of their examination of the Python source code. T ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 6206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... tate_Ensure (); /* Perform Python actions here. */ result = CallSomeFunction (); /* evaluate result or handl ...
https://man.plustar.jp/python/c-api/init.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... その結果からなるリストを返す、コンパクトな方法です。 result = ['{:#04x}'.format(x) for x in range(256) if x % ... fsencode() can be used to guarantee a str or bytes result instead, respectively. Introduced by PEP 519 . por ...
https://man.plustar.jp/python/glossary.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 6206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... process_exited ( self ): self . exit_future . set_result ( True ) @asyncio . coroutine def get_date ( loop ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT