Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 84 for user (0.004 sec.)
- 29.13. site --- サイト固有の設定フック — Python 3.6.5 ドキュメント 12966
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...不可思議な失敗にみえるでしょう。 このあとで、 ENABLE_USER_SITE が真であれば、任意のユーザ固有のカスタマイズを...行うことが出来る usercustomize と名付けられたモジュールのインポートが試み...、パス操作は省略されます。しかし、 sitecustomize と usercustomize のインポートはそのときでも試みられます。...これを無効にするには、あなたの sitecustomize または usercustomize あるいは PYTHONSTARTUP ファイル内で sys._... - https://man.plustar.jp/python/library/site.html - [similar]
- 27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 10513
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ame ) ¶ デバッガーが現在の行で止まるべきであれば、 user_line() メソッド (サブクラスでオーバーライドされる)...を呼び出します。 Bdb.quitting フラグ( user_line() から設定できます)が設定されていた場合、 Bdb...デバッガーがこの関数呼び出しで止まるべきであれば、 user_call() メソッド (サブクラスでオーバーライドされる)...を呼び出します。 Bdb.quitting フラグ( user_call() から設定できます)が設定されていた場合、 Bdb... - https://man.plustar.jp/python/library/bdb.html - [similar]
- 26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 10513
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ヘルパー関数を使います: from typing import NewType UserId = NewType ( 'UserId' , int ) some_id = UserId (...な誤りを見つけることを支援するのに有用です。 def get_user_name ( user_id : UserId ) -> str : ... # typecheck...s user_a = get_user_name ( UserId ( 42351 )) # does not t...ypecheck; an int is not a UserId user_b = get_user_name ( - 1 ) UserId 型の変数に... - https://man.plustar.jp/python/library/typing.html - [similar]
- 21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 10296
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...の引数は、多くの場合ブラウザーが何であるかを特定する User-Agent ヘッダーの値を "偽装" するために用いられます...トからのアクセスを禁止するために一般的なブラウザーの User-Agent ヘッダーしか許可しないためです。例えば、 Moz...illa Firefox は User-Agent に "Mozilla/5.0 (X11; U; Linux i686) Gecko/2...lse . An unverifiable request is one whose URL the user did not have the option to approve. For example, i... - https://man.plustar.jp/python/library/urllib.request.html - [similar]
- DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 10080
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra
...ess("python").mark("function__entry") { filename = user_string($arg1); funcname = user_string($arg2); line...ss("python").mark("function__return") { filename = user_string($arg1); funcname = user_string($arg2); line...で渡されます: $arg1 : (const char *) ファイル名、 user_string($arg1) でアクセスできます $arg2 : (const ch...ar *) 関数名、 user_string($arg2) でアクセスできます $arg3 : int 行番号... - https://man.plustar.jp/python/howto/instrumentation.html - [similar]
- 21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 9741
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...connect to host, default port >>> ftp . login () # user anonymous, passwd anonymous@ '230 Login successful...項目を定義しています: class ftplib. FTP ( host='' , user='' , passwd='' , acct='' , timeout=None , source_a...given, the method call connect(host) is made. When user is given, additionally the method call login(user,...が追加されました。 class ftplib. FTP_TLS ( host='' , user='' , passwd='' , acct='' , keyfile=None , certfile... - https://man.plustar.jp/python/library/ftplib.html - [similar]
- Python モジュールのインストール — Python 3.6.5 ドキュメント 9294
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...ed packages made available for use by other Python users. Python Packaging Authority は、標準のパッケージン...venv の使用をお勧めします。 参考 Python Packaging User Guide: Creating and using virtual environments 基本...能についての詳しい情報とリソースは Python Packaging User Guide にあります。 Creation of virtual environment...es the commands shown above. 参考 Python Packaging User Guide: Installing Python Distribution Packages どう... - https://man.plustar.jp/python/installing/index.html - [similar]
- 21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 8847
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...しています: class nntplib. NNTP ( host , port=119 , user=None , password=None , readermode=None , usenetrc=...ecified for the socket connection. If the optional user and password are provided, or if suitable credenti...d the optional flag usenetrc is true, the AUTHINFO USER and AUTHINFO PASS commands are used to identify an...d authenticate the user to the server. If the optional flag readermode is... - https://man.plustar.jp/python/library/nntplib.html - [similar]
- Logging クックブック — Python 3.6.5 ドキュメント 8291
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg
...ら、上述の LoggerAdapter の例のように属性名 'ip' や 'user' を使うといったようにです。その場合、同じフォーマッ...er than use actual contextual information, we just use random data in this demo. """ USERS = [ 'jim' , 'fr...ord . ip = choice ( ContextFilter . IPS ) record . user = choice ( ContextFilter . USERS ) return True if...time)-15s %(name)-5s %(levelname)-8s IP: %(ip)-15s User: %(user)-8s %(message)s ' ) a1 = logging . getLogg... - https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
- Python で Curses プログラミング — Python 3.6.5 ドキュメント 8183
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth
...duce the right output. curses doesn't provide many user-interface concepts such as buttons, checkboxes, or...dialogs; if you need such features, consider a user interface library such as Urwid . curses ライブラリ...ports methods to display text, erase it, allow the user to input strings, and so forth. The stdscr object...a keypress or some other action on the part of the user. All you have to do is to be sure that the screen... - https://man.plustar.jp/python/howto/curses.html - [similar]
