Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 82 for mode (0.064 sec.)
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 7410
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... deturtle() | ht() isvisible() 見た目 shape() resizemode() shapesize() | turtlesize() shearfactor() settilt ... ontimer() mainloop() | done() 設定と特殊なメソッド mode() colormode() getcanvas() getshapes() register_sha ... 度の向きはタートルのモードによって意味が変わります。 mode() を参照してください。 >>> turtle . heading () 22. ... 度の向きはタートルのモードによって意味が変わります。 mode() を参照してください。 >>> turtle . heading () 22. ...
https://man.plustar.jp/python/library/turtle.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7410
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tails. A ._pth file can be added to force isolated mode and fully specify all search paths to avoid regist ... ( self , owner , name ): self . name = name class Model : int_field = IntField () 参考 PEP 487 -- Simpler ... gers like Valgrind on a Python compiled in release mode. On error, the debug hooks on Python memory alloca ... .) idlelib と IDLE ¶ The idlelib package is being modernized and refactored to make IDLE look and work be ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 7138
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スタンス化することです: class ctypes. CDLL ( name , mode=DEFAULT_MODE , handle=None , use_errno=False , use ... を返すと仮定されます。 class ctypes. OleDLL ( name , mode=DEFAULT_MODE , handle=None , use_errno=False , use ... を送出していました。 class ctypes. WinDLL ( name , mode=DEFAULT_MODE , handle=None , use_errno=False , use ... 後でまた獲得されます。 class ctypes. PyDLL ( name , mode=DEFAULT_MODE , handle=None ) ¶ Python GIL が関数呼 ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 7138
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ) は file object を返します。大抵、 open(filename, mode) のように二つの引数を伴って呼び出されます。 >>> f ... ルをどのように使うかを示す数個の文字が入っています。 mode は、ファイルが読み出し専用なら 'r' 、書き込み専用 ... されます。 'r+' はファイルを読み書き両用に開きます。 mode 引数は省略可能で、省略された場合には 'r' であると仮 ... 定します。 通常、ファイルはテキストモード ( text mode ) で開かれ、特定のエンコーディングでエンコードされ ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7056
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... %m- %d %H:%M' , filename = '/temp/myapp.log' , filemode = 'w' ) # define a Handler which writes INFO messa ... logging.FileHandler' , 'filename' : 'mplog.log' , 'mode' : 'w' , 'formatter' : 'detailed' , }, 'foofile' : ... ing.FileHandler' , 'filename' : 'mplog-foo.log' , 'mode' : 'w' , 'formatter' : 'detailed' , }, 'errors' : ... .FileHandler' , 'filename' : 'mplog-errors.log' , 'mode' : 'w' , 'level' : 'ERROR' , 'formatter' : 'detail ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 7056
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 下の項目を定義しています: tempfile. TemporaryFile ( mode='w+b' , buffering=None , encoding=None , newline=N ... されたファイルを閉じることなく読み書きできるように、 mode 引数のデフォルトは 'w+b' です。 保存されるデータに ... ラグが使用されます。 tempfile. NamedTemporaryFile ( mode='w+b' , buffering=None , encoding=None , newline=N ... ます。 tempfile. SpooledTemporaryFile ( max_size=0 , mode='w+b' , buffering=None , encoding=None , newline=N ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 6961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... all debug hooks When Python is compiled in release mode, the default is pymalloc . When compiled in debug ... re not available, the default is malloc in release mode and malloc_debug in debug mode. See the PyMem_Setu ... can now also be used on Python compiled in release mode. It now has no effect if set to an empty string. P ... string, the default filesystem encoding and errors mode will revert to their pre-3.6 values of 'mbcs' and ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6865
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しています。 class logging. FileHandler ( filename , mode='a' , encoding=None , delay=False ) ¶ FileHandler ... 開かれ、ログ記録のためのストリームとして使われます。 mode が指定されなかった場合、 'a' が使われます。 encodi ... logging.handlers. WatchedFileHandler ( filename , mode='a' , encoding=None , delay=False ) ¶ WatchedFileH ... 開かれ、ログ記録のためのストリームとして使われます。 mode が指定されなかった場合、 'a' が使われます。 encodi ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 6784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... stdin". The posix argument defines the operational mode: when posix is not true (default), the shlex insta ... nce will operate in compatibility mode. When operating in POSIX mode, shlex will try to b ... s all ASCII alphanumerics and underscore. In POSIX mode, the accented characters in the Latin-1 set are al ...
https://man.plustar.jp/python/library/shlex.html - [similar]
22.2. aifc --- AIFFおよびAIFCファイルの読み書き — Python 3.6.5 ドキュメント 6688
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルは以下の関数を定義しています: aifc. open ( file , mode=None ) ¶ AIFFあるいはAIFF-Cファイルを開き、後述する ... ァイルを示す文字列か、 file object のいずれかです。 mode は、読み込み用に開くときには 'r' か 'rb' のどちらか ... ちらかでなければなりません。もし省略されたら、 file.mode が存在すればそれが使用され、なければ 'rb' が使われ ...
https://man.plustar.jp/python/library/aifc.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT