Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 118 for only (0.064 sec.)
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ごとの OR を取って組み合わせられます。 定数 意味 READONLY 絶対に変更できない。 READ_RESTRICTED 制限モード (r ... * v ) { PyErr_Format ( PyExc_RuntimeError , "Read-only attribute: %s" , name ); return -1 ; } 3.4. オブジ ... turned by each call to tp_iter . Objects which can only be iterated over once (usually due to side effects ... = offsetof ( TrivialObject , weakreflist ), }; The only further addition is that tp_dealloc needs to clear ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トします。 By default, check_same_thread is True and only the creating thread may use the connection. If set ... : age }) print ( cur . fetchone ()) execute() will only execute a single SQL statement. If you try to exec ... ount が 0 にセットされます。 lastrowid ¶ This read-only attribute provides the rowid of the last modified ... row. It is only set if you issued an INSERT or a REPLACE statement ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 6286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pport class MyTestCase1 ( unittest . TestCase ): # Only use setUp() and tearDown() if necessary def setUp ... rwise, if path is specified and cannot be created, only a warning is issued. test.support. change_cwd ( pa ... r set these socket options for TCP/IP sockets. The only case for setting these options is testing multicas ...
https://man.plustar.jp/python/library/test.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... or an asynchronous generator function and thus can only be used in the body of a function definition. Usin ... ances of tuple , list , or range ) can be compared only within each of their types, with the restriction t ... ompared first, and element comparison is performed only for distinct elements. This approach yields the sa ... lass defines __getitem__() , x in y is True if and only if there is a non-negative integer index i such th ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... citly disables a fixer. The following example runs only the imports and has_key fixers: $ 2to3 -f imports ... s. To enable this mode, use the -d flag. Note that only doctests will be refactored. This also doesn't req ...
https://man.plustar.jp/python/library/2to3.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 6149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... になるでしょう。 抽象構文木を作成するには、 ast.PyCF_ONLY_AST を組み込み関数 compile() のフラグとして渡すか、 ... ffset) arguments = (arg* args, arg? vararg, arg* kwonlyargs, expr* kw_defaults, arg? kwarg, expr* defaults ... にします。 compile(source, filename, mode, ast.PyCF_ONLY_AST) と等価です。 警告 十分に大きい文字列や複雑な文 ...
https://man.plustar.jp/python/library/ast.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... EST 0 Note that the datetime instances that differ only by the value of the fold attribute are considered ... fset tzinfo subclass (such as a class representing only EST (fixed offset -5 hours), or only EDT (fixed of ... hen used with the strptime() method, %U and %W are only used in calculations when the day of the week and ... ( %Y ) are specified. Similar to %U and %W , %V is only used in calculations when the day of the week and ...
https://man.plustar.jp/python/library/datetime.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 6149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 shlex. whitespace_split ¶ If True , tokens will only be split in whitespaces. This is useful, for examp ... ars will have no effect, and splitting will happen only on whitespaces. When using punctuation_chars , whi ...
https://man.plustar.jp/python/library/shlex.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e highest protocol version like PROTOCOL_TLS , but only support client-side SSLSocket connections. The pro ... e highest protocol version like PROTOCOL_TLS , but only support server-side SSLSocket connections. バージョ ... _3 ¶ Prevents a TLSv1.3 connection. This option is only applicable in conjunction with PROTOCOL_TLS . It p ... ent is signed with the issuer's private key, which only the issuer knows. However, anyone can verify the i ...
https://man.plustar.jp/python/library/ssl.html - [similar]
32.8. tabnanny --- あいまいなインデントの検出 — Python 3.6.5 ドキュメント 6149
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オプションによって増加します。 tabnanny. filename_only ¶ 問題のある空白を含むファイルのファイル名のみをプ ...
https://man.plustar.jp/python/library/tabnanny.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT