Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 211 for OBJECT (0.124 sec.)
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 4769
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ltin types are: -- identifier, int, string, bytes, object, singleton, constant -- -- singleton: None, True o ... ant can be None, whereas None means "no value" for object. module Python { mod = Module(stmt* body) | Intera ... ll(expr func, expr* args, keyword* keywords) | Num(object n) -- a number as a PyObject. | Str(string s) -- n ...
https://man.plustar.jp/python/library/ast.html - [similar]
18.5.9. asyncio での開発 — Python 3.6.5 ドキュメント 4769
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... at test . py : 3 was never yielded from Coroutine object created at ( most recent call last ): File "test.p ... ' ,) created at test . py : 8 > source_traceback : Object created at ( most recent call last ): File "test.p ... was destroyed but it is pending! source_traceback: Object created at (most recent call last): File "test.py" ...
https://man.plustar.jp/python/library/asyncio-dev.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 4769
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のエラーの説明を属性として持っています。例えば、 err.object[err.start:err.end] は、無効な入力のうちコーデックが ... eason ¶ そのコーデックエラーを説明する文字列です。 object ¶ コーデックがエンコードまたはデコードしようとした ... オブジェクトです。 start ¶ object の最初の無効なデータのインデクスです。 end ¶ objec ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 4769
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is is a nonstandard shortcut that creates a cursor object by calling the cursor() method, calls the cursor's ... is is a nonstandard shortcut that creates a cursor object by calling the cursor() method, calls the cursor's ... is is a nonstandard shortcut that creates a cursor object by calling the cursor() method, calls the cursor's ... execute ( 'select * from stocks' ) <sqlite3.Cursor object at 0x7f4e7dd8fa80> >>> r = c . fetchone () >>> typ ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 4769
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... トするために、 JSONDecoder クラスのコンストラクタに object_pairs_hook 引数が追加されました。 PyYAML などの外部 ... f850> >>> len ( m ) # Returns length of underlying object 52 >>> m [ 0 ], m [ 25 ], m [ 26 ] # Indexing retu ... ytearray ( string . letters ) # Creating a mutable object >>> b bytearray(b'abcdefghijklmnopqrstuvwxyzABCDEF ... ributed by Eric Smith; bpo-3382 .) 低レベルな変更: object.__format__() メソッドは PendingDeprecationWarning ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
22.3. sunau --- Sun AUファイルの読み書き — Python 3.6.5 ドキュメント 4726
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 バージョン 3.4 で変更: どのような bytes-like object も使用できるようになりました。 AU_write. writefram ... ます。 バージョン 3.4 で変更: どのような bytes-like object も使用できるようになりました。 AU_write. close ( ) ...
https://man.plustar.jp/python/library/sunau.html - [similar]
22.4. wave --- WAVファイルの読み書き — Python 3.6.5 ドキュメント 4726
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 バージョン 3.4 で変更: どのような bytes-like object も使用できるようになりました。 Wave_write. writefr ... ます。 バージョン 3.4 で変更: どのような bytes-like object も使用できるようになりました。 writeframes() や wr ...
https://man.plustar.jp/python/library/wave.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 4726
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... details of translating between conformable Python objects and XML on the wire. 警告 xmlrpc.client モジュール ... ラグが追加されました。 A ServerProxy instance is an object that manages communication with a remote XML-RPC s ... e/time values to be presented as datetime.datetime objects and binary data to be presented as bytes objects; ... y default. datetime.datetime , bytes and bytearray objects may be passed to calls. The obsolete use_datetime ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 4726
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... \n' >>> # The argument to repr() may be any Python object: ... repr (( x , y , ( 'spam' , 'eggs' ))) "(32.5, ... ます。 7.2. ファイルを読み書きする ¶ open() は file object を返します。大抵、 open(filename, mode) のように二 ... では一般的なデータ交換形式である JSON (JavaScript Object Notation) を使うことができます。この標準モジュール ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
リフレクション — Python 3.6.5 ドキュメント 4684
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ンスマニュアル » ユーティリティ » リフレクション ¶ PyObject * PyEval_GetBuiltins ( ) ¶ Return value: Borrowed ... ッド状態のインタプリタのビルトイン辞書を返します。 PyObject * PyEval_GetLocals ( ) ¶ Return value: Borrowed re ... 書か、実行中のフレームがなければ NULL を返します。 PyObject * PyEval_GetGlobals ( ) ¶ Return value: Borrowed r ... 実行中のフレームがなければ NULL を返します。 PyFrameObject * PyEval_GetFrame ( ) ¶ Return value: Borrowed ref ...
https://man.plustar.jp/python/c-api/reflection.html - [similar]