Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 25 of about 25 for METH (0.014 sec.)
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7256
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... mprehensions: {k: v for k, v in stuff} means the same thing as dict(stuff) but is more flexible. (This is ... ented を返さなければ)。 「非束縛メソッド (unbound methods)」という概念は言語から削除されました。クラス属性 ... を使って引数を整数に変換します。 __members__ と __methods__ は削除されました。 The function attributes na ... た: nb_nonzero が nb_bool になりました。 C API から METH_OLDARGS と WITH_CYCLE_GC が削除されました。 性能 ¶ ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 7140
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 場合は、変更せずにそのまま返します。さもなければ、 :meth:`~os.PathLike.__fspath__ が呼び出され、その戻り値が ... t base class です。 バージョン 3.6 で追加. abstractmethod __fspath__ ( ) ¶ このオブジェクトが表現するファイ ... t for the context manager protocol and the close() method. If a scandir() iterator is neither exhausted no ...
https://man.plustar.jp/python/library/os.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 7140
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... いないか、ソケットがクライアントソケットである場合、meth: ~SSLSocket.shared_ciphers は None を返します。 バ ... rt ssl except ImportError : pass else : ... # do something that requires SSL support 18.2.5.2. クライアント ... lient is finished with us while data : if not do_something ( connstream , data ): # we'll assume do_someth ... SSL. LibreSSL >= 2.6.1 no longer supports NPN. The methods SSLContext.set_npn_protocols() and SSLSocket.se ...
https://man.plustar.jp/python/library/ssl.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7140
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... the asynchronous iterator's aiterator.__anext__() method will return an awaitable which when awaited will ... 場合は None になります。 組み込みメソッド (built-in method) 実際には組み込み関数を別の形で隠蔽したもので、こ ... す。基底クラスのこの探索は、C3 メソッド解決順序 (MRO=method resolution order) を利用していて、複数の継承経路 ... reference (for class C , say) would yield a class method object, it is transformed into an instance metho ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7140
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... listen') と同じになります。 LoggerAdapter クラスに meth: ~logging.LoggerAdapter.isEnabledFor メソッドが追加 ... りました。 (Fixed by Georg Brandl; bpo-4759 .) @classmethod や @staticmethod を使ってクラスメソッドやスタティ ... ムを RFC 3986 に応じた方法で処理します。 URL が "<something>://..." の形式なら、 :// の前のテキストを、それ ... Class() メソッドを含むことができ、これらは ( @classmethod や透過なものを使って) クラスメソッドとして定義し ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV 1 2 3 NEXT