Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 30 for static (0.054 sec.)
3. データモデル — Python 3.6.5 ドキュメント 7424
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... e __self__ attributes is C . When it would yield a static method object, it is transformed into the object w ... rapped by the static method object. See section デスクリプタ (descripto ... イスと変わらないやりかたで扱われます。 静的メソッド (static method) オブジェクト 静的メソッドは、上で説明したよ ... できません。静的オブジェクトは組み込みコンストラクタ staticmethod() で生成されます。 クラスメソッドオブジェクト ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 7375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ef 補助モジュールのソースコードからとったものです: static PyObject * weakref_ref ( PyObject * self , PyObjec ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
はじめに — Python 3.6.5 ドキュメント 7375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ブジェクトは、自動記憶 (automatic) としても静的記憶 (static) としても宣言できません。 PyObject* 型のポインタ変 ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 7375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ex.rst') PosixPath('docs/_build') PosixPath('docs/_static') PosixPath('docs/Makefile') Path. lchmod ( mode ) ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... abc モジュールは abstractclassmethod() と abstractstaticmethod() をサポートしました。 これらのツールによって ... 特定の classmethod() や staticmethod() を実装する必要のある 抽象基底クラス を定義 ... をサポートするために、 inspect モジュールに getattr_static() 関数が追加されました。 hasattr() とは違ってこれは ... tattr ( a , 'f' ) Running 10 >>> inspect . getattr_static ( a , 'f' ) <property object at 0x1022bd788> (Cont ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 7310
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... C . count = 314 静的メソッドが使えます: class C : @staticmethod def static ( arg1 , arg2 , arg3 ): # No 'sel ...
https://man.plustar.jp/python/faq/programming.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 7310
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ementedError の代わりに ImportError を送出します。 static source_to_code ( data , path='<string>' ) ¶ Python ...
https://man.plustar.jp/python/library/importlib.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 7310
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... class C ( object ): def f ( arg1 , arg2 ): ... f = staticmethod ( f ) def g ( cls , arg1 , arg2 ): ... g = c ... lassmethod ( g ) staticmethod() 関数は関数 f() を引数に取り、デスクリプタに ... メソッドを作る何か特別な文法を期待するでしょう( def static f , defstatic f() みたいな、あるいはそんななにか)が ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7310
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ッドの PyMethodDef 構造体に METH_CLASS フラグか METH_STATIC フラグをセットすることで行えます。 Python は Expat ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7310
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... abc.InspectLoader.source_to_code() method is now a static method. This makes it easier to initialize a modul ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 3 NEXT