Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 84 for user (0.069 sec.)
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 5839
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 設定 (set-group-id) および実行ユーザ ID 設定 (set-user-id) ビット --- を返します。 stat. S_IFMT ( mode ) ...
https://man.plustar.jp/python/library/stat.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 5839
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... venv の使用をお勧めします。 参考 Python Packaging User Guide: Creating and using virtual environments Win ...
https://man.plustar.jp/python/library/venv.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 5839
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... port from Victor Stinner.) New Linux constants TCP_USER_TIMEOUT and TCP_CONGESTION were added. (Contribute ... types for annotations: from typing import NewType UserId = NewType ( 'UserId' , int ) some_id = UserId ( ... The tkinter.tix module is now deprecated. tkinter users should use tkinter.ttk instead. venv ¶ The pyvenv ... aises a PermissionError instead of KeyError if the user doesn't have privileges. The socket.socket.close() ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 5731
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... locale . setlocale ( locale . LC_ALL , '' ) # use user's preferred locale >>> locale . setlocale ( locale ...
https://man.plustar.jp/python/library/locale.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 5731
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( ) ¶ ユーザーのホームディレクトリ ( os.path.expanduser() での ~ の返り値) を表す新しいパスオブジェクトを返 ... レクトリを指しているかどうかを返します。 Path. expanduser ( ) ¶ パス要素 ~ および ~user を os.path.expanduse ... PosixPath ( '~/films/Monty Python' ) >>> p . expanduser () PosixPath('/home/eric/films/Monty Python') バー ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 5731
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... l) 参照) を行うことができる型です: ユーザ定義関数 (user-defined function) ユーザ定義関数オブジェクトは、関 ... ジェクトの動作については、上の "ユーザ定義メソッド (user-defined method)" で説明されています。クラスメソッド ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5731
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... hese names in the function attribute namespace for user-defined attributes. To wit, func_closure , func_co ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5731
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... グについてのドキュメンテーションは Python Packaging User Guide が保守している Python Packaging Authority に ... t for http.server, enable http.server to bind to a user specified network interface.」の方がわかりやすいか ... お気に召さなければ、 PYTHONSTARTUP , sitecustomize , usercustomize のいずれかで sys からこの属性を削除 (ある ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 5622
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... line argument. Convert to upper case to allow the user to # specify --log=DEBUG or --log=debug numeric_le ...
https://man.plustar.jp/python/howto/logging.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5622
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e, and mention the option at fault. Otherwise, the user will have a hard time figuring out what he did wro ...
https://man.plustar.jp/python/library/optparse.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT