Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 66 for LIBRARY (0.028 sec.)
Pythonモジュール索引 — Python 3.6.5 ドキュメント 13328
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... argparse Command-line option and argument parsing library. array Space efficient arrays of uniformly typed n ... nd from delimited files. ctypes A foreign function library for Python. curses (Unix) An interface to the curs ... es library, providing portable terminal handling. curses.asci ... om a package distutils.command.install_lib Install library files from a package distutils.command.install_scr ...
https://man.plustar.jp/python/py-modindex.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 12800
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... def_macros 定義を消すマクロのリスト 文字列のリスト library_dirs リンク時にC/C++ライブラリを検索するディレクト ... (ファイル名やパスではない) 文字列のリスト runtime_library_dirs 実行時(shared extensionでは、拡張が読み込まれ ... distutils.ccompiler. gen_lib_options ( compiler , library_dirs , runtime_library_dirs , libraries ) ¶ ライブ ... るためのリンカオプションを生成します。 libraries と library_dirs はそれぞれライブラリ名(ファイル名ではありませ ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 11487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... calling history_truncate_file() in the underlying library. Negative values imply unlimited history file size ... by the rl_startup_hook callback of the underlying library. If function is specified, it will be used as the ... y the rl_pre_input_hook callback of the underlying library. If function is specified, it will be used as the ... exists if Python was compiled for a version of the library that supports it. 6.7.6. 補完 ¶ The following func ...
https://man.plustar.jp/python/library/readline.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 10302
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イブやルートは含まれません: >>> PurePosixPath ( 'my/library/setup.py' ) . name 'setup.py' UNC ドライブ名は考慮 ... 張子があればそれになります: >>> PurePosixPath ( 'my/library/setup.py' ) . suffix '.py' >>> PurePosixPath ( 'my ... /library.tar.gz' ) . suffix '.gz' >>> PurePosixPath ( 'my/l ... ル拡張子のリストになります: >>> PurePosixPath ( 'my/library.tar.gar' ) . suffixes ['.tar', '.gar'] >>> PurePos ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 10174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 対する属性アクセスはできません。 dll ローダーの LoadLibrary() メソッドを使うか、コンストラクタを呼び出して CDL ... かのどちらかを行わなければなりません: >>> cdll . LoadLibrary ( "libc.so.6" ) <CDLL 'libc.so.6', handle ... at . ... い、ランタイムローダーを直接呼び出すのに対し、 find_library() 関数の目的はコンパイラまたはランタイムローダーが ... 決めるのに役立つ関数を提供します。 ctypes.util. find_library ( name ) ライブラリを見つけてパス名を返そうと試みま ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 9261
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... 用可能になる前に動作する必要があります。 The curses library provides fairly basic functionality, providing the ... asing it, changing its appearance---and the curses library will figure out what control codes need to be sent ... you need such features, consider a user interface library such as Urwid . curses ライブラリは元々 BSD UNIX 向 ... guide to the curses API; for that, see the Python library guide's section on ncurses, and the C manual pages ...
https://man.plustar.jp/python/howto/curses.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8333
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... mented to support path-like objects . All standard library functions operating on paths have been updated to ... ith pre-existing code, including Python's standard library. To fix this situation, a new interface represente ... d most other functions and classes in the standard library. The os.DirEntry class and relevant classes in pat ... force the usage of the malloc() allocator of the C library for all Python memory allocations using PYTHONMALL ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 7677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... markers are contained within the libpython shared library, and the probe's dotted path needs to reflect this ... y") { should instead read: probe process("python").library("libpython3.6dm.so.1.0").mark("function__entry") { ... is to use a "tapset": SystemTap's equivalent of a library, which hides some of the lower-level details of th ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 7677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... にアクセスできません (Can not access a needed shared library) errno. ELIBBAD ¶ 壊れた共有ライブラリにアクセスし ... ています (Accessing a corrupted shared library) errno. ELIBSCN ¶ a.out の .lib セクションが壊れて ... を直接実行することができません (Cannot exec a shared library directly) errno. EILSEQ ¶ 不正なバイト列です (Ille ...
https://man.plustar.jp/python/library/errno.html - [similar]
2. setup スクリプトを書く — Python 3.6.5 ドキュメント 7277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ます。 libraries はリンクするライブラリのリストで、 library_dirs はリンク時にライブラリを検索するディレクトリの ... リストです。また、 runtime_library_dirs は、実行時に共有ライブラリ (動的にロードされる ... パス上にあるライブラリをリンクしたいなら、その場所を library_dirs に入れておかなければなりません: Extension ( . ... .. , library_dirs = [ '/usr/X11R6/lib' ], libraries = [ 'X11' , ...
https://man.plustar.jp/python/distutils/setupscript.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT