Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 230 for NAME (0.394 sec.)
35.2. pwd --- パスワードデータベースへのアクセスを提供する — Python 3.6.5 ドキ... 4684
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... wd.h> を見てください): インデックス 属性 意味 0 pw_name ログイン名 1 pw_passwd 暗号化されたパスワード(opti ... ドデータベースのエントリを返します。 pwd. getpwnam ( name ) ¶ 与えられたユーザ名に対応するパスワードデータベ ...
https://man.plustar.jp/python/library/pwd.html - [similar]
19.10. uu --- uuencode形式のエンコードとデコード — Python 3.6.5 ドキュメント 4684
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を定義しています: uu. encode ( in_file , out_file , name=None , mode=None ) ¶ in_file を out_file にエンコー ... れたファイルには、デフォルトでデコード時に利用される name と mode を含んだヘッダがつきます。省略された場合に ...
https://man.plustar.jp/python/library/uu.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 4684
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... app.pyz file is executable as it stands. You can rename the file to remove the .pyz extension if you prefe ... r a "plain" command name. On Windows, the myapp.pyz[w] file is executable b ... cc . link_executable ( objs , exe + 'w' ) >>> if __name__ == "__main__" : >>> compile ( "zastub.c" ) The r ... ng the characters b'#!' followed by an interpreter name, and then a newline ( b'\n' ) character. The inter ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
用語集 — Python 3.6.5 ドキュメント 4643
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... 関数呼び出しの際に引数の前に識別子がついたもの (例: name= ) や、 ** に続けた辞書の中の値として渡された引数。 ... that automatically for you, creating a temporary unnamed variable to hold the iterator for the duration of ... ます。 list A built-in Python sequence . Despite its name it is more akin to an array in other languages tha ... 。イミュータブル ( immutable ) も参照してください。 named tuple (名前付きタプル) タプルに似ていて、インデク ...
https://man.plustar.jp/python/glossary.html - [similar]
22.2. aifc --- AIFFおよびAIFCファイルの読み書き — Python 3.6.5 ドキュメント 4643
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... FFファイルでは b'NONE' が返されます。 aifc. getcompname ( ) ¶ オーディオファイルの圧縮形式を人に判読可能な ... nels, sampwidth, framerate, nframes, comptype, compname) の namedtuple() を返します。 aifc. getmarkers ( ) ... ていなければなりません。 aifc. setcomptype ( type , name ) ¶ 圧縮形式を設定します。もし設定しなければ、オー ... ータは圧縮されません。AIFFファイルは圧縮できません。name 引数は人間が読める圧縮形式の説明を bytes にしたもの ...
https://man.plustar.jp/python/library/aifc.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 4643
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェックをサ ... d should be an appropriate RETR command: 'RETR filename' . The callback function is called for each block ... n about those files. NLST retrieves a list of file names. The callback function is called for each line wi ... d should be an appropriate STOR command: "STOR filename" . fp is a file object (opened in binary mode) whi ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 4612
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... つのフィールドがあります: フィールド C の型 意味 ml_name char * メソッド名 ml_meth PyCFunction C 実装へのポ ... フィールドは以下のとおりです: フィールド C の型 意味 name char * メンバ名 type int C 構造体の中のメンバの型 ... slot. フィールド C の型 意味 名前 char * attribute name get getter C Function to get the attribute 集合 se ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
8.2. calendar --- 一般的なカレンダーに関する関数群 — Python 3.6.5 ドキュメント 4612
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... これら2つのクラスの formatweekday() と formatmonthname() メソッドは、一時的に現在の locale を指定された l ... のデータ属性を利用することができます: calendar. day_name ¶ 現在のロケールでの曜日を表す配列です。 calendar. ... ルでの短縮された曜日を表す配列です。 calendar. month_name ¶ 現在のロケールでの月の名を表す配列です。この配列 ... 字の 1 で表しますので、長さが 13 ある代わりに month_name[0] が空文字列になります。 calendar. month_abbr ¶ 現 ...
https://man.plustar.jp/python/library/calendar.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 4612
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ncrementalencoder=None , incrementaldecoder=None , name=None ) ¶ codec レジストリ内を検索する場合の、codec ... 。コントラクタ引数は、次の同名の属性に保存されます。 name ¶ エンコーディングの名前です。 encode ¶ decode ¶ ス ... decs を利用できるようにします。 codecs. open ( filename , mode='r' , encoding=None , errors='strict' , buf ... す。 backslashreplace_errors() で実装されています。 'namereplace' \N{...} エスケープシーケンスで置換します ( ...
https://man.plustar.jp/python/library/codecs.html - [similar]
21.14. poplib --- POP3 プロトコルクライアント — Python 3.6.5 ドキュメント 4612
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 3.4 で変更: このクラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェックをサ ... 規定されている機能についてサーバに問い合わせます。 {'name': ['param'...]} という形の辞書を返します。 バージョ ... ン 3.4 で追加. POP3. user ( username ) ¶ userコマンドを送出します。応答はパスワード要求 ... てください。 このメソッドは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェックをサ ...
https://man.plustar.jp/python/library/poplib.html - [similar]