Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 41 for docstring (0.057 sec.)
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7351
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... import types >>> m = types . ModuleType ( 'abc' , 'docstring' ) >>> m <module 'abc' (built-in)> >>> m . __doc__ ... 'docstring' A new warning, PendingDeprecationWarning was adde ... r)。 以前までは doctest モジュールは公開メソッドの docstring とテストケースの関数を検索するだけでしたが、今では ... ました。 The interpreter can be compiled without any docstrings for the built-in functions and modules by supplyi ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
超高水準レイヤ — Python 3.6.5 ドキュメント 7242
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 真)、 1 (assert は取り除かれ、 __debug__ は偽)、 2 (docstring も取り除かれる) です。 バージョン 3.4 で追加. PyOb ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 7242
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 集合リテラルが受け取れるようになりました。 ast. get_docstring ( node , clean=True ) ¶ 与えられた node (これは Fu ...
https://man.plustar.jp/python/library/ast.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 7242
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 真)、 1 (assert は取り除かれ、 __debug__ は偽)、 2 (docstring も取り除かれる) です。 この関数は、コンパイルされた ... el は属性値を削除するための関数です。 doc は属性の docstring を作成します。 典型的な使用法は、属性 x の処理の定 ...
https://man.plustar.jp/python/library/functions.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 7242
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... None を返します。デフォルトでは、テストメソッドの docstring の先頭の一行、または None を返します。 バージョン ... 3.1 で変更: 3.1で docstring があったとしても、返される短い説明文字列にテスト名 ...
https://man.plustar.jp/python/library/unittest.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 7242
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... oc_data パッケージのこと。 pydoc_data/topics.py に docstring からは生成出来ない、シンボルについてのドキュメント ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... こには Python スクリプトリファレンス obj.__doc__ が doc string を返すときの文字列 (あるいはそのアドレス) を入れま ... nt ml_flags ; /* flags */ const char * ml_doc ; /* docstring */ } PyMethodDef ; その型が提供する各メソッドについ ... おくことによって、この方法で定義されたすべての属性に doc string を関連付けられるようにすることです。アプリケーショ ... らデスクリプタを取り出し、その __doc__ 属性を使って doc string を得られます。 tp_methods テーブルと同じように、こ ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 対応するフラグの OR をとる必要があります。 この型の docstring は tp_doc に入れます。 . tp_doc = "Custom objects" ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... います。このサブクラスのインスタンスは、わかりやすい docstring (型名と属性名が入っています) や、 tuple の内容を n ...
https://man.plustar.jp/python/library/collections.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ コードブロックと位置を合わせるためのインデントを docstring から削除します。 先頭行の行頭の空白文字は全て削除さ ...
https://man.plustar.jp/python/library/inspect.html - [similar]
PREV 1 2 3 4 5 NEXT