Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 230 for NAME (0.113 sec.)
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 4983
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ive calls ) in 0.002 seconds Ordered by : standard name ncalls tottime percall cumtime percall filename : ... てなされてはいません。次の行は Ordered by: standard name は一番右の列の文字列が出力のソートに用いられたこと ... cumtime をプリミティブな呼び出し回数で割った値 filename:lineno(function) その関数のファイル名、行番号、関数 ... ート呼び出しを試すことができます: p . sort_stats ( 'name' ) p . print_stats () 最初の行ではリストを関数名で ...
https://man.plustar.jp/python/library/profile.html - [similar]
32.3. symtable --- コンパイラの記号表へのアクセス — Python 3.6.5 ドキュメント 4983
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .1. 記号表の生成 ¶ symtable. symtable ( code , filename , compile_type ) ¶ Python ソース code に対するトッ ... プレベルの SymbolTable を返します。 filename はコードを収めてあるファイルの名前です。 compile_t ... です。 get_id ( ) ¶ 記号表の識別子を返します。 get_name ( ) ¶ 記号表の名前を返します。この名前は記号表がク ... 記号表にある記号の名前のリストを返します。 lookup ( name ) ¶ 記号表から名前 name を見つけ出して Symbol イン ...
https://man.plustar.jp/python/library/symtable.html - [similar]
32.5. token --- Python 解析木と共に使われる定数 — Python 3.6.5 ドキュメント 4983
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の C ヘッダファイルの定義を反映します。 token. tok_name ¶ ディクショナリはこのモジュールで定義されている定 ... します。 token の定数一覧: token. ENDMARKER ¶ token. NAME ¶ token. NUMBER ¶ token. STRING ¶ token. NEWLINE ¶ ... ました。 Python 3.7 以降では、 "async" と "await" は NAME トークンとして扱われ、 AWAIT と ASYNC は削除されま ...
https://man.plustar.jp/python/library/token.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 4983
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 。以下のスクリプト: import asyncio async def coro ( name , lock ): print ( 'coro {} : waiting for lock' . f ... ormat ( name )) async with lock : print ( 'coro {} : holding th ... e lock' . format ( name )) await asyncio . sleep ( 1 ) print ( 'coro {} : ... releasing the lock' . format ( name )) loop = asyncio . get_event_loop () lock = async ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 4941
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... とができます。 PyObject * PyErr_SetFromErrnoWithFilenameObject ( PyObject *type , PyObject *filenameObject ... ) ¶ PyErr_SetFromErrno() に似ていますが、 filenameObject が NULL でない場合に、 type のコンストラクタ ... いが追加されています。 OSError 例外の場合では、 filenameObject が例外インスタンスの filename 属性を定義する ... に使われます。 PyObject * PyErr_SetFromErrnoWithFilenameObjects ( PyObject *type , PyObject *filenameObject ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 4941
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... nt Py_FdIsInteractive ( FILE *fp , const char *filename ) ¶ filename という名前の標準 I/O ファイル fp が対 ... バルなフラグ Py_InteractiveFlag が真の場合には、 filename ポインタが NULL か、名前が '<stdin>' または '???' ... ています。 PyObject * PySys_GetObject ( const char *name ) ¶ Return value: Borrowed reference. sys モジュー ... ルの name オブジェクトを返すか、存在しなければ例外を設定せず ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 4941
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... てしまっている) 場合に True を返します。 curses. keyname ( k ) ¶ Return the name of the key numbered k as a ... bytes object. The name of a key generating printable ASCII character is t ... he key's character. The name of a control-key combination is a two-byte bytes o ... y the corresponding printable ASCII character. The name of an alt-key combination (128--255) is a bytes ob ...
https://man.plustar.jp/python/library/curses.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 4941
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( s=None , charset=None , maxlinelen=None , header_name=None , continuation_ws=' ' , errors='strict' ) ¶ 別 ... ドヘッダの責任をとるため) 短く切りとる場合、 header_name にそのフィールド名を指定してください。 maxlinelen ... のデフォルト値は 76 であり、 header_name のデフォルト値は None です。これはその最初の行を長 ... ke_header ( decoded_seq , maxlinelen=None , header_name=None , continuation_ws=' ' ) ¶ decode_header() によ ...
https://man.plustar.jp/python/library/email.header.html - [similar]
35.4. grp --- グループデータベースへのアクセス — Python 3.6.5 ドキュメント 4941
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を参照) に対応します: インデックス 属性 意味 0 gr_name グループ名 1 gr_passwd (暗号化された) グループパス ... タベースを調べてください。また、 + や - で始まる gr_name は YP/NIS 参照である可能性があり、 getgrnam() や g ... 値の引数のサポートが撤廃されました。 grp. getgrnam ( name ) ¶ 与えられたグループ名に対するグループデータベー ...
https://man.plustar.jp/python/library/grp.html - [similar]
6.5. unicodedata --- Unicode データベース — Python 3.6.5 ドキュメント 4941
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は次のような関数を定義します: unicodedata. lookup ( name ) ¶ 名前に対応する文字を探します。その名前の文字が ... 、 KeyError を発生させます。 バージョン 3.3 で変更: name aliases [1] と named sequences [2] のサポートが追加 ... されました。 unicodedata. name ( chr [ , default ] ) ¶ 文字 chr に付いている名前を ... kup ( 'LEFT CURLY BRACKET' ) '{' >>> unicodedata . name ( '/' ) 'SOLIDUS' >>> unicodedata . decimal ( '9' ...
https://man.plustar.jp/python/library/unicodedata.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT