Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 130 for No (0.070 sec.)
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... apshot () top_stats = snapshot . statistics ( 'lineno' ) print ( "[ Top 10 ]" ) for stat in top_stats [: ... _stats = snapshot2 . compare_to ( snapshot1 , 'lineno' ) print ( "[ Top 10 differences ]" ) for stat in ... 3.4/test/regrtest.py" , line 976 display_failure = not verbose ) File "/usr/lib/python3.4/test/regrtest. ... 形化する ¶ <frozen importlib._bootstrap> および <unknown> ファイルを無視して、 メモリ割り当て量の上位10を ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... が 必要です --- 丸括弧のつかない "何も記述しない式 (nothing)" を使えるようにしてしまうと、文法があいまいな ... ::= comp_for | comp_if comp_if ::= "if" expression_nocond [ comp_iter ] 内包表記はまず単一の式、続いて少 ... c for clause may be used to iterate over a asynchronous iterator . A comprehension in an async def funct ... auses or await expressions it is called an asynchronous comprehension . An asynchronous comprehension ma ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... , line 1 , in <module> NameError : name 'spam' is not defined >>> '2' + 2 Traceback (most recent call l ... .. except ValueError : ... print ( "Oops! That was no valid number. Try again..." ) ... try 文は下記のよ ... format ( err )) except ValueError : print ( "Could not convert data to an integer." ) except : print ( " ... = open ( arg , 'r' ) except OSError : print ( 'cannot open' , arg ) else : print ( arg , 'has' , len ( ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ): import fcntl return fcntl . lockf ( self . fileno (), operation , length , start , whence ) 今は撤廃 ... The 'delete this attribute' # method is defined as None, so the attribute # can't be deleted. size = pro ... perty ( get_size , set_size , None , "Storage size of this instance" ) これは確実に ... ame' ) ... >>> obj = C () >>> print obj . template None >>> obj . template = 'Test' >>> print obj . temp ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... hon . exe argparse - example . py - v { 'output' : None , 'is_verbose' : True , 'context' : 0 , 'inputs' ... : 1 , # Configuration schema in use; must be 1 for now 'formatters' : { 'standard' : { 'format' : ( ' %( ... ing . getLogger ( '/' ) logger . error ( 'Database not found' ) netlogger = logging . getLogger ( 'netwo ... 'z', 'A') >>> m2 = m [ 0 : 26 ] # Slicing returns another memoryview >>> m2 <memory at 0x37f080> view の ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... outh', dept='Shipping', _2=185), UserQuery(region='North', dept='Accounting', _2=37), UserQuery(region=' ... 装しました。null ハンドラをセットアップすることは、 "No handlers could be found for logger foo" のような警 ... なりました。 (Suggested by Antoine Pitrou and Jesse Noller. Implemented by Jack Diederich; bpo-5228 .) シ ... rtSequenceEqual() , assertRaisesRegexp() , assertIsNone() , and assertIsNotNone() などです。 (Contribute ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
はじめに — Python 3.6.5 ドキュメント 5337
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 記述すると、標準ヘッダ: <stdio.h> , <string.h> , <errno.h> , <limits.h> , <assert.h> , <stdlib.h> を (利用 ... PyList_Size ( list ); if ( n < 0 ) return -1 ; /* Not a list */ for ( i = 0 ; i < n ; i ++ ) { item = P ... / if ( ! PyLong_Check ( item )) continue ; /* Skip non-integers */ value = PyLong_AsLong ( item ); if ( ... ngth ( sequence ); if ( n < 0 ) return -1 ; /* Has no length */ for ( i = 0 ; i < n ; i ++ ) { item = Py ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 5337
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... attr ; PyAsyncMethods * tp_as_async ; /* formerly known as tp_compare (Python 2) or tp_reserved (Python ... tp_bases ; PyObject * tp_mro ; /* method resolution order */ PyObject * tp_cache ; PyObject * tp_subcla ... ormat ( PyExc_AttributeError , "'%.50s' object has no attribute '%.400s'" , tp -> tp_name , name ); retu ... 一方のオブジェクトの比較処理を試行することを示す Py_NotImplemented か、例外が設定された場合の NULL のいづ ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 5337
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... search the Python Package Index or try Google or another Web search engine. Searching for "Python" plus ... hen the queue is empty, it # assumes there will be no more work and exits. # (Realistically workers will ... close() を使ってください: os . close ( stdin . fileno ()) os . close ( stdout . fileno ()) os . close ( ... stderr . fileno ()) または、数の定数としてそれぞれ 0, 1, 2 も使えま ...
https://man.plustar.jp/python/faq/library.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 5337
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _() is an abstract method which by default returns None . See also the definition of コンテキストマネージ ... を定義することができます。 A simple example (this is not recommended as a real way of generating HTML!): f ... rom contextlib import suppress with suppress ( FileNotFoundError ): os . remove ( 'somefile.tmp' ) with ... suppress ( FileNotFoundError ): os . remove ( 'someotherfile.tmp' ) ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 NEXT