Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 186 for Set (0.111 sec.)
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 5360
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... unexpected NNTPPermanentError s, you might need to set readermode . The NNTP class supports the with stat ... conditionally consume OSError exceptions and to close the NNTP connection when done, e.g.: >>> from nntpl ... o force authentication to be delayed, you must not set user or password when creating the object, and mus ... t set usenetrc to False. バージョン 3.2 で追加. NNTP. st ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5360
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... フォルト値をすっきりと指定するには、 OptionParser の set_defaults() メソッドを使います。このメソッドは pars ... _args() を呼び出す前ならいつでも使えます: parser . set_defaults ( verbose = True ) parser . add_option ( ... nGroup ( parser , "Dangerous Options" , "Caution: use these options at your own risk. " "It is believed t ... efault: intermediate] Dangerous Options: Caution: use these options at your own risk. It is believed that ...
https://man.plustar.jp/python/library/optparse.html - [similar]
34.3. winreg --- Windows レジストリへのアクセス — Python 3.6.5 ドキュメント 5360
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ型に依存します 2 値のデータ型を指定する整数です ( SetValueEx() のドキュメント内のテーブルを参照してくださ ... 字列の場合、この関数は key で指定されたキーに対して SetValue() メソッドで設定された値を取得します。 レジス ... トリ要素の値。 1 この値のレジストリ型を表す整数。 ( SetValueEx() のドキュメント内のテーブルを参照してくださ ... attributes を NULL にして API に渡します。 winreg. SetValue ( key , sub_key , type , value ) ¶ 値を指定し ...
https://man.plustar.jp/python/library/winreg.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 5295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ールは、汎用の Python 組み込みコンテナ dict , list , set , および tuple に代わる、特殊なコンテナデータ型を実 ... first key in the chain of contexts d [ 'x' ] = 1 # Set value in current context del d [ 'x' ] # Delete fr ... that allows direct updates to inner scopes' def __setitem__ ( self , key , value ): for mapping in self ... values ()) # total of all counts c . clear () # reset all counts list ( c ) # list unique elements set ( ...
https://man.plustar.jp/python/library/collections.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 5295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジェクト d は d.tzinfo が None でなく d.tzinfo.utcoffset(d) が None を返さない場合、aware です。 d.tzinfo が ... であるか d.tzinfo が None でないが d.tzinfo.utcoffset(d) が None を返す場合、 d は naive です。 time のオ ... ジェクト t は t.tzinfo が None でなく t.tzinfo.utcoffset(None) が None を返さない場合に aware になって、それ ... 変更: fromtimestamp() may return instances with fold set to 1. classmethod datetime. utcfromtimestamp ( tim ...
https://man.plustar.jp/python/library/datetime.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 5295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e ( *paths , module_relative=True , package=None , setUp=None , tearDown=None , globs=None , optionflags= ... kage を指定するとエラーになります。 オプション引数 setUp には、テストスイートのセットアップに使う関数を指 ... は、各ファイルのテストを実行する前に呼び出されます。 setUp 関数は DocTest オブジェクトに引き渡されます。 se ... トに関するオプションを指定するより適切な方法は下記の set_unittest_reportflags() の説明を参照してください。 ...
https://man.plustar.jp/python/library/doctest.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mit) the changes conn . commit () # We can also close the connection if we are done with it. # Just be su ... e_thread is True and only the creating thread may use the connection. If set False , the returned connect ... クエリが中断されると呼び出し元は例外を受け取ります。 set_authorizer ( authorizer_callback ) ¶ このルーチンは ... な定数は全て sqlite3 モジュールに用意されています。 set_progress_handler ( handler , n ) ¶ このメソッドはコ ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 5295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レッドを指します。 バージョン 3.4 で追加. threading. settrace ( func ) ¶ threading モジュールを使って開始し ... は各スレッドの run() を呼び出す前にスレッドの sys.settrace() に渡されます。 threading. setprofile ( func ... は各スレッドの run() を呼び出す前にスレッドの sys.setprofile() に渡されます。 threading. stack_size ( [ ... 初期値はコンストラクタで設定されます。 getName ( ) ¶ setName ( ) ¶ name に対する古い getter/setter API; 代わ ...
https://man.plustar.jp/python/library/threading.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 5295
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... able terminal handling. curses.ascii Constants and set-membership functions for ASCII characters. curses. ... class, used to describe C/C++ extension modules in setup scripts distutils.fancy_getopt Additional getopt ... pulating, and generating email messages. email.charset Character Sets email.contentmanager Storing and Re ... o OSS-compatible audio devices. p parser Access parse trees for Python source code. pathlib Object-orient ...
https://man.plustar.jp/python/py-modindex.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 5295
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... 、レジストリ HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem@LongPathsEnabled の値を 1 に設定 ... インストールする。 1 Include_pip バンドル版の pip と setuptools をインストールする。 1 Include_symbols デバ ... text are always left as strings. This example file sets the same options and the previous example: <Optio ... ロンプトから一時的にも設定できます。 To temporarily set environment variables, open Command Prompt and use ...
https://man.plustar.jp/python/using/windows.html - [similar]