Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 254 for None (0.147 sec.)
29.10. __future__ --- future 文の定義 — Python 3.6.5 ドキュメント 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e 文を使い続けても構いません。 MandatoryRelease は None になるかもしれません。つまり、予定された機能が破棄 ...
https://man.plustar.jp/python/library/__future__.html - [similar]
30.2. codeop --- Pythonコードをコンパイルする — Python 3.6.5 ドキュメント 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ない が、有効なPythonコードの接頭語である場合には、 None を返します。 source に問題がある場合は、例外を発生 ...
https://man.plustar.jp/python/library/codeop.html - [similar]
31.3. modulefinder --- スクリプト中で使われているモジュールを検索する — Python ... 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... うにします。 class modulefinder. ModuleFinder ( path=None , debug=0 , excludes=[] , replace_paths=[] ) ¶ この ...
https://man.plustar.jp/python/library/modulefinder.html - [similar]
14.3. netrc --- netrc ファイルの処理 — Python 3.6.5 ドキュメント 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 対応するエントリがなく、default エントリもない場合、 None を返します。 netrc. __repr__ ( ) ¶ クラスの持ってい ...
https://man.plustar.jp/python/library/netrc.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ウト時間(秒)、もしくは、タイムアウトを望まない場合に None 。 handle_request() がこの時間内にリクエストを受信 ... ss. handle_timeout ( ) ¶ この関数は timeout 属性が None 以外に設定されて、リクエストがないままタイムアウト ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
20.10. xml.sax.handler --- SAX ハンドラの基底クラス — Python 3.6.5 ドキュメント 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 要素に関連付けられていない場合、 name の uri 要素は None です。 attrs ととして渡されたオブジェクトはパーサに ... e_prefixes 機能が有効でなければ、パーサで qname を None に設定することも可能です。 ContentHandler. endElem ...
https://man.plustar.jp/python/library/xml.sax.handler.html - [similar]
20.11. xml.sax.saxutils --- SAX ユーティリティ — Python 3.6.5 ドキュメント 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 利です。 class xml.sax.saxutils. XMLGenerator ( out=None , encoding='iso-8859-1' , short_empty_elements=Fal ...
https://man.plustar.jp/python/library/xml.sax.utils.html - [similar]
9. トップレベル要素 — Python 3.6.5 ドキュメント 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... テムサービス)、 builtins (組み込み関数、例外、および None )、 __main__ の 3 つを除く全てのモジュールが初期化 ...
https://man.plustar.jp/python/reference/toplevel_components.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 4110
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... The 'delete this attribute' # method is defined as None, so the attribute # can't be deleted. size = prope ... rty ( get_size , set_size , None , "Storage size of this instance" ) これは確実に、 ... ame' ) ... >>> obj = C () >>> print obj . template None >>> obj . template = 'Test' >>> print obj . templa ... te Test >>> obj . newattr = None Traceback (most recent call last): File "<stdin>" ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 4080
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... オブジェクト (concrete object) レイヤ 次のトピックへ None オブジェクト ナビゲーション 索引 モジュール | 次へ ...
https://man.plustar.jp/python/c-api/type.html - [similar]