Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 331 for OF (0.117 sec.)
メモリ管理 — Python 3.6.5 ドキュメント 4492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... It is important to understand that the management of the Python heap is performed by the interpreter it ... to memory blocks inside that heap. The allocation of heap space for Python objects and other internal b ... ize_t n ) ¶ PyMem_Malloc() と同じですが、 (n * sizeof(TYPE)) バイトのメモリを確保します。 TYPE* に型キャ ... ze_t n ) ¶ PyMem_Realloc() と同じですが、 (n * sizeof(TYPE)) バイトにサイズ変更されたメモリを確保します。 ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 4492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 非推奨: keyfile and certfile are deprecated in favor of ssl_context . Please use ssl.SSLContext.load_cert_ ... ) ), a 9-tuple representing local time an instance of time.struct_time (as returned by time.localtime() ... ), an aware instance of datetime.datetime , or a double-quoted string. In ... mes and passwords are now encoded to utf-8 instead of being limited to ASCII. IMAP4. check ( ) ¶ サーバ上 ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 4464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スコード: Lib/email/encoders.py This module is part of the legacy ( Compat32 ) email API. In the new API ... the functionality is provided by the cte parameter of the set_content() method. The remaining text in th ... is section is the original documentation of the module. 何もないところから Message を作成すると ... 処理のためのパッケージ » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 4464
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... perty ( get_size , set_size , None , "Storage size of this instance" ) これは確実に、より明快であり書くの ... sion is applied to two integers. You can use this to find code that's affected by the change and fix it. ... 追加されています: >>> s = """Here is a lengthy piece of redundant, overly verbose, ... and repetitive text ... data . decode ( 'zlib' ) 'Here is a lengthy piece of redundant, overly verbose,\nand repetitive text.\n ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 4437
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ことができます。 os. getlogin ( ) ¶ Return the name of the user logged in on the controlling terminal of ... cks the environment variables LOGNAME or USERNAME to find out who the user is, and falls back to pwd.get ... pwuid(os.getuid())[0] to get the login name of the current real user id. 利用できる環境 : Unix 、 ... O_ASYNC ¶ os. O_DIRECT ¶ os. O_DIRECTORY ¶ os. O_NOFOLLOW ¶ os. O_NOATIME ¶ os. O_PATH ¶ os. O_TMPFILE ...
https://man.plustar.jp/python/library/os.html - [similar]
17.7. queue --- 同期キュークラス — Python 3.6.5 ドキュメント 4437
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 参照してください。 The module implements three types of queue, which differ only in the order in which the ... teger that sets the upperbound limit on the number of items that can be placed in the queue. Insertion w ... teger that sets the upperbound limit on the number of items that can be placed in the queue. Insertion w ... m , クラス , put , maxsize , timeout , block Table of Contents 17.7. queue --- 同期キュークラス 17.7.1. ...
https://man.plustar.jp/python/library/queue.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 4437
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... nction executes an empty return statement or falls off the end, a StopAsyncIteration exception is raised ... he asynchronous iterator will have reached the end of the set of values to be yielded. 組み込み関数 (bui ... r a reference cycle to prevent the reference count of an object from going to zero. In this case, the cy ... d by the cyclic garbage collector . A common cause of reference cycles is when an exception has been cau ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 4409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... できる。 A Unicode string is turned into a sequence of bytes containing no embedded zero bytes. This avoi ... の記事を読んでみるとよいです。 Wikipedia entries are often helpful; see the entries for " character encodi ... nt ( unicodedata . name ( c )) # Get numeric value of second character print ( unicodedata . numeric ( u ... the low-level decoding interface to catch the case of partial coding sequences. The work of implementing ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 4409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ッドの sys.settrace() に渡されます。 threading. setprofile ( func ) ¶ threading モジュールを使って開始した ... 各スレッドの run() を呼び出す前にスレッドの sys.setprofile() に渡されます。 threading. stack_size ( [ size ... 接使用してください。 ident ¶ The 'thread identifier' of this thread or None if the thread has not been sta ... ually a factory function which returns an instance of the most efficient version of the concrete Lock cl ...
https://man.plustar.jp/python/library/threading.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 4409
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ore detail on this process, including a flow chart of the decisions, in PEP 3147. 6.2. 標準モジュール ¶ ... ags', 'getfilesystemencoding', 'getobjects', 'getprofile', 'getrecursionlimit', 'getrefcount', 'getsizeo ... 'ps1', 'setcheckinterval', 'setdlopenflags', 'setprofile', 'setrecursionlimit', 'setswitchinterval', 'se ... ', 'ConnectionResetError', 'DeprecationWarning', 'EOFError', 'Ellipsis', 'EnvironmentError', 'Exception' ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT