Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 84 for user (0.055 sec.)
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 6963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します。 利用できる環境 : Unix 。 os. getgrouplist ( user , group ) ¶ user が所属するグループ id のリストを返 ... い場合、それを追加します。通常、 group にはユーザー user のパスワードレコードに書かれているグループ ID を指 ... できます。 os. getlogin ( ) ¶ Return the name of the user logged in on the controlling terminal of the proce ... most purposes, it is more useful to use getpass.getuser() since the latter checks the environment variable ...
https://man.plustar.jp/python/library/os.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 6842
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pressionLevel = 9 ForwardX11 = yes [bitbucket.org] User = hg [topsecret.server.com] Port = 50022 ForwardX1 ... ucket.org' ] = {} >>> config [ 'bitbucket.org' ][ 'User' ] = 'hg' >>> config [ 'topsecret.server.com' ] = ... ' in config False >>> config [ 'bitbucket.org' ][ 'User' ] 'hg' >>> config [ 'DEFAULT' ][ 'Compression' ] ... y in config [ 'bitbucket.org' ]: print ( key ) ... user compressionlevel serveraliveinterval compression f ...
https://man.plustar.jp/python/library/configparser.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6842
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... uld be sent instead. バージョン 3.5 で変更: string usernames and passwords are now encoded to utf-8 instea ... は LIST 応答のリストが入っています。 IMAP4. login ( user , password ) ¶ 平文パスワードを使ってクライアントを ... sword はクオートされます。 IMAP4. login_cram_md5 ( user , password ) ¶ パスワードの保護のため、クライアント ... 情報とデータからなるタプルです。 IMAP4. proxyauth ( user ) ¶ user として認証されたものとします。認証された管 ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 6842
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンがシェルのようなパス展開を必要とした場合は、 expanduser() や expandvars() といった関数を明示的に呼び出すこ ... ject を受け入れるようになりました。 os.path. expanduser ( path ) ¶ Unix および Windows では、与えられた引数 ... の先頭のパス要素 ~ 、または ~user を、 user のホームディレクトリのパスに置き換えて返 ... スワードディレクトリから探して置き換えます。先頭の ~user については、直接パスワードディレクトリから探します ...
https://man.plustar.jp/python/library/os.path.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6842
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ax extension for HTTP Basic Authentication: http://user:pass@host:port/path . The user:pass portion will b ... the remote server requires a Basic Authentication user and password. If an HTTPS URL is provided, context ... gs, values may be any conformable type. Objects of user-defined classes can be passed in; only their __dic ... ") # local server with ServerProxy ( "http://betty.userland.com" ) as proxy : print ( proxy ) try : print ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
Python インタプリタの拡張と埋め込み — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... d C++ extensions for Python. 参考 Python Packaging User Guide: Binary Extensions Python Packaging User Gui ...
https://man.plustar.jp/python/extending/index.html - [similar]
索引 — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... -test <tarfile> tarfile コマンドラインオプション --user-base site コマンドラインオプション --user-site sit ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... り、動作しないかもしれません。ブラウザは自身の情報を User-Agent ヘッダ [3] を通して扱っています。リクエストオ ... = 'http://www.someserver.com/cgi-bin/register.cgi' user_agent = 'Mozilla/5.0 (Windows NT 6.1; Win64; x64)' ... orthampton' , 'language' : 'Python' } headers = { 'User-Agent' : user_agent } data = urllib . parse . urle ... ALM" 。 e.g. WWW-Authenticate: Basic realm="cPanel Users" クライアントはリクエストヘッダに含まれる realm に ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... てください: FORMAT = ' %(asctime)-15s %(clientip)s %(user)-8s %(message)s ' logging . basicConfig ( format = ... FORMAT ) d = { 'clientip' : '192.168.0.1' , 'user' : 'fbloggs' } logger = logging . getLogger ( 'tcp ... ら、少し注意が必要です。上の例では、 'clientip' と 'user' が LogRecord の属性辞書に含まれていることを期待し ... てください: FORMAT = ' %(asctime)-15s %(clientip)s %(user)-8s %(message)s ' logging . basicConfig ( format = ...
https://man.plustar.jp/python/library/logging.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 6733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... um size (in bytes) of socket buffer usage for this user. This limits the amount of network memory, and hen ... ce the amount of mbufs, that this user may hold at any time. 利用できる環境: FreeBSD 9 以 ... space that may be reserved or used by all of this user id's processes. This limit is enforced only if bit ...
https://man.plustar.jp/python/library/resource.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT