Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 140 for Use (0.103 sec.)
29. Python ランタイムサービス — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ージャーを関数デコレーターとして使う 29.6.3. Single use, reusable and reentrant context managers 29.6.3.1. ...
https://man.plustar.jp/python/library/python.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (?(1)>|$) は貧弱な E-mail マッチングパターンで、 '<user@host.com>' や 'user@host.com' にマッチしますが、 ... '<user@host.com' や 'user@host.com>' とはマッチしません。 ... せん。 By default Unicode alphanumerics are the ones used in Unicode patterns, but this can be changed by u ... rmined by the current locale if the LOCALE flag is used. Inside a character range, \b represents the back ...
https://man.plustar.jp/python/library/re.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... me_thread is True and only the creating thread may use the connection. If set False , the returned connec ... ion writing operations should be serialized by the user to avoid data corruption. デフォルトでは、 sqlite ... _function ( name , num_params , func ) ¶ Creates a user-defined function that you can later use from with ... will terminate the currently executing query and cause it to raise an OperationalError exception. set_tra ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... d now a third! text = "# This is not a comment because it's inside quotes." 3.1. Python を電卓として使う ... gs' # single quotes 'spam eggs' >>> 'doesn \' t' # use \' to escape the single quote... "doesn't" >>> "do ... esn't" # ...or use double quotes instead "doesn't" >>> '"Yes," he sai ...
https://man.plustar.jp/python/tutorial/introduction.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... トは以下の通りです。 名前 説明 デフォルト InstallAllUsers システムワイドなインストールを実行する。 0 Targe ... tDir インストール先ディレクトリ。 InstallAllUsers に基いて選択されます。 DefaultAllUsersTargetDir ... ランチャ をインストールする。 1 InstallLauncherAllUsers Windows の Python ランチャ をすべてのユーザにイン ... ドプロンプトより): python-3.6.0.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 テストスイートなし ...
https://man.plustar.jp/python/using/windows.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ionWarning: the regex module is deprecated; please use the re module >>> 警告は warnings.warn() 関数を呼び ... hon 辞書に制限されています; ズルは 出来ません し、 UserDict インスタンスやなにかほかのマッピングのように振 ... how Python's default output [1, 2, 3, [...]] >>> # Use pprint.pprint() as the display function ... import ... ed of line-oriented file I/O has been improved because people often complain about its lack of speed, and ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... desc [ 0 ] for desc in cursor . description ] >>> UserQuery = namedtuple ( 'UserQuery' , query_fields , ... rename = True ) >>> pprint . pprint ([ UserQuery ( * row ) for row in cursor ]) [UserQuery(re ... gion='South', dept='Shipping', _2=185), UserQuery(region='North', dept='Accounting', _2=37), U ... ng-running programs, depending on their particular use of datatypes. (Contributed by Antoine Pitrou, bpo- ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 5553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... StopIteration The above exception was the direct cause of the following exception: Traceback (most recent ... ze the task factory that loop.create_task() method uses. (Contributed by Yury Selivanov.) 新たな Queue.jo ... (Contributed by Berker Peksag in bpo-24064 .) The UserString class now implements the __getnewargs__() , ... improve performance when ProcessPoolExecutor() is used. (Contributed by Dan O'Reilly in bpo-11271 .) The ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... eady a tuple or list, in which case o is returned. Use PySequence_Fast_GET_ITEM() to access the members o ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 追加. バージョン 3.6.5 で変更: The function now also uses the current locale encoding for the surrogateesca ... e error handler. Previously, Py_DecodeLocale() was used for the surrogateescape , and the current locale ... encoding was used for strict . PyObject * PyUnicode_DecodeLocale ( ... 追加. バージョン 3.6.5 で変更: The function now also uses the current locale encoding for the surrogateesca ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT