Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 211 for OBJECT (0.075 sec.)
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 4568
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rtle () >>> pet . fd ( 50 ) >>> pet <turtle.Turtle object at 0x...> turtle. getscreen ( ) ¶ タートルが描画中 ... ts = turtle . getscreen () >>> ts <turtle._Screen object at 0x...> >>> ts . bgcolor ( "pink" ) turtle. setu ... creen . getcanvas () >>> cv <turtle.ScrolledCanvas object ...> turtle. getshapes ( ) ¶ 現在使うことのできる全 ... added. So when working only with Screen and Turtle objects one must not additionally import mainloop() anymo ...
https://man.plustar.jp/python/library/turtle.html - [similar]
はじめに — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クト、型および参照カウント ¶ Python/C API 関数は、 PyObject* 型の一つ以上の引数と戻り値を持ちます。この型は、任 ... ジェクトはヒープ (heap) 上に置かれます: このため、 PyObject 型のオブジェクトは、自動記憶 (automatic) としても静 ... 的記憶 (static) としても宣言できません。 PyObject* 型のポインタ変数のみ宣言できます。唯一の例外は、型 ... locate) してはならないので、通常は静的記憶の PyTypeObject オブジェクトにします。 全ての Python オブジェクトに ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
数値型プロトコル (number protocol) — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... レンスマニュアル » 抽象オブジェクトレイヤ (abstract objects layer) » 数値型プロトコル (number protocol) ¶ int ... PyNumber_Check ( PyObject *o ) ¶ オブジェクト o が数値型プロトコルを提供して ... は偽を返します。この関数呼び出しは常に成功します。 PyObject * PyNumber_Add ( PyObject *o1 , PyObject *o2 ) ¶ R ... ULL を返します。Python の式 o1 + o2 と同じです。 PyObject * PyNumber_Subtract ( PyObject *o1 , PyObject *o2 ...
https://man.plustar.jp/python/c-api/number.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he default is taken from sys.argv . namespace - An object to take the attributes. The default is a new empty ... Namespace object. 16.4.4.1. オプション値の文法 ¶ parse_args() メソッ ... ルに設計されており、単に読みやすい文字列表現を持った object のサブクラスです。もし属性を辞書のように扱える方が ...
https://man.plustar.jp/python/library/argparse.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のイベントループを取得します。 Returns an event loop object implementing the AbstractEventLoop interface. 現在 ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
32.11. compileall --- Python ライブラリをバイトコンパイル — Python 3.6.5 ドキュ... 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ようになりました。 バージョン 3.6 で変更: path-like object を受け取るようになりました。 compileall. compile_f ... r '[/ \\ ][.]svn' ), force = True ) # pathlib.Path objects can also be used. import pathlib compileall . com ...
https://man.plustar.jp/python/library/compileall.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... argument is explicitly set to None , the MIMEText object created will have both a Content-Type header with ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dt=None ) ¶ Return local time as an aware datetime object. If called without arguments, return current time. ...
https://man.plustar.jp/python/library/email.util.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nstalled) errno. EREMOTE ¶ 対象物は遠隔にあります (Object is remote) errno. ENOLINK ¶ リンクが切られました ( ...
https://man.plustar.jp/python/library/errno.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... util. get_loader ( module_or_name ) ¶ Get a loader object for module_or_name . module か package が通常の im ... til. iter_importers ( fullname='' ) ¶ Yield finder objects for the given module name. If fullname contains a ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]