Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 71 for functions (0.027 sec.)
Pythonモジュール索引 — Python 3.6.5 ドキュメント 16038
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ling services. atexit Register and execute cleanup functions. audioop Manipulate raw audio data. b base64 RFC 3 ... or bzip2 compression and decompression. c calendar Functions for working with calendars, including some emulati ... hunk Module to read IFF chunks. cmath Mathematical functions for complex numbers. cmd Build line-oriented comma ... ct base classes for containers colorsys Conversion functions between RGB and other color systems. compileall To ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 11483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... old docstring had a first line that looked like a function signature, throw that line away. (The docstring doe ... ms differ in any way , adjust your Argument Clinic function specification and rerun Tools/clinic/clinic.py unti ... or one difference: inspect.signature() run on your function should now provide a valid signature! Congratulatio ... ネームする ¶ Argument Clinic automatically names the functions it generates for you. Occasionally this may cause ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 11273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... o support path-like objects . All standard library functions operating on paths have been updated to work with ... o accept os.PathLike objects, as have all relevant functions in the os and os.path modules, and most other func ... thLike . The hope is that updating the fundamental functions for operating on file system paths will lead to th ... irectly manipulating function pointers for defined functions. PEP 523 changes this by providing an API to make ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 8742
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 下さい。 SimpleXMLRPCServer. register_introspection_functions ( ) ¶ XML-RPC のイントロスペクション関数、 system. ... 登録します。 SimpleXMLRPCServer. register_multicall_functions ( ) ¶ XML-RPC における複数の要求を処理する関数 sys ... dler ) as server : server . register_introspection_functions () # Register pow() function; this will use the va ... _dotted_names = True ) server . register_multicall_functions () print ( 'Serving XML-RPC on localhost port 8000 ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ted by Yury Selivanov in bpo-20691 .) A set of new functions to inspect coroutine functions and coroutine objec ... trace() , getouterframes() , and getinnerframes() functions now return a list of named tuples. (Contributed by ... hiy Storchaka in bpo-22437 .) The sub() and subn() functions now replace unmatched groups with empty strings in ... ntributed by Claudiu Popa in bpo-18615 .) socket ¶ Functions with timeouts now use a monotonic clock, instead o ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 8040
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ython module is a fairly simple wrapper over the C functions provided by curses; if you're already familiar wit ... erface makes things simpler by merging different C functions such as addstr() , mvaddstr() , and mvwaddstr() in ... ます。 To use color, you must call the start_color() function soon after calling initscr() , to initialize the de ... n yourself to misspelling it for the sake of these functions.) The curses library maintains a finite number of ...
https://man.plustar.jp/python/howto/curses.html - [similar]
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 7843
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デス ... わされています。 Class dictionaries store methods as functions. In a class definition, methods are written using ... def or lambda , the usual tools for creating functions. Methods only differ from regular functions in tha ... any other variable name. To support method calls, functions include the __get__() method for binding methods d ... uring attribute access. This means that all functions are non-data descriptors which return bound method ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7632
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ew hash objects are created by calling constructor functions: hashlib. blake2b ( data=b'' , digest_size=64 , ke ... depth=0 , inner_size=0 , last_node=False ) ¶ These functions return the corresponding hash objects for calculat ... るモジュール constants で利用できます。 Constructor functions also accept the following tree hashing parameters: ... o an account, rather than $10). Cryptographic hash functions have been designed with collision resistance as a ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 7435
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... oding (or an alias), and mbstowcs() and wcstombs() functions use the ISO-8859-1 encoding. the current locale en ... oding (or an alias), and mbstowcs() and wcstombs() functions uses the ISO-8859-1 encoding. the current locale e ... nts and should return no value. At most 32 cleanup functions can be registered. When the registration is succes ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 7337
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ented as coroutines, even if they are plain Python functions returning a Future . This is intentional to have a ... freedom of tweaking the implementation of these functions in the future. If such a function is needed to be ... きに停止します。 18.5.3.6. タスク関数 ¶ 注釈 In the functions below, the optional loop argument allows explicitl ... threading 節を参照してください。 注釈 Unlike other functions from the module, run_coroutine_threadsafe() requir ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT