Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 37 for build (0.033 sec.)
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 8098
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... Owner Data size Description GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: df924a2b0 ... し/返却階層を表示しています。 For a --enable-shared build of CPython, the markers are contained within the l ... kers. Here is a tapset file, based on a non-shared build of CPython: /* Provide a higher-level wrapping aro ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 7956
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... s 自体) をビルドし、"偽の (fake)" インストールを ( build ディレクトリで) 行います。そして現在のプラットフォ ... letes (none) Distribution distribution_name (none) BuildRequires build_requires (none) Icon icon (none) 明ら ... もできます。(通常、 .spec ファイルは "ビルドツリー (build tree)"、すなわち bdist_rpm が作成する一時ディレクト ... りました。 別のプラットフォーム用にビルドするには、 build コマンドの --plat-name オプションを指定します。有効 ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
9.4. decimal --- 十進固定及び浮動小数点数の算術演算 — Python 3.6.5 ドキュメント 7656
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... result = [] digits = list ( map ( str , digits )) build , next = result . append , digits . pop if sign : ... build ( trailneg ) for i in range ( places ): build ( next () if digits else '0' ) if places : build ( ... dp ) if not digits : build ( '0' ) i = 0 while digits : build ( next ()) i += ... 1 if i == 3 and digits : i = 0 build ( sep ) build ( curr ) build ( neg if sign else po ...
https://man.plustar.jp/python/library/decimal.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 7577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... nstance) を呼び出します。 それに代わる方法として、 build_opener を利用することもできます、これは opener オブ ... クトを一回の関数呼び出しで作成できる便利な関数です。 build_opener はいくつかのハンドラをデフォルトで追加します ... enerDirector instance) opener = urllib . request . build_opener ( handler ) # use the opener to fetch a URL ... equest . install_opener ( opener ) 注釈 上の例では build_opener に HTTPBasicAuthHandler のみを与えました。デ ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 7514
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Path('dist'), PosixPath('__pycache__'), PosixPath('build')] このディレクトリツリー内の Python ソースファイル ... athlib.py'), PosixPath('docs/conf.py'), PosixPath('build/lib/pathlib.py')] ディレクトリツリー内を移動します ... d ( Path ( '.' ) . glob ( '**/*.py' )) [PosixPath('build/lib/pathlib.py'), PosixPath('docs/conf.py'), Posix ... bat') PosixPath('docs/index.rst') PosixPath('docs/_build') PosixPath('docs/_static') PosixPath('docs/Makefi ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
2. setup スクリプトを書く — Python 3.6.5 ドキュメント 7277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... クラス (実質的には、 Extension クラスの根底にある build_ext コマンドで実装されている、拡張モジュールをビル ... ンタフェース ( .i ) ファイルはリストに含められます; build_ext コマンドは、 SWIG で書かれた拡張パッケージをど ... う扱えばよいか心得ています: build_ext は、インタフェースファイルを SWIG にかけ、得ら ... オプションを渡すこともできます: > python setup . py build_ext -- swig - opts = "-modern -I../include" プラッ ...
https://man.plustar.jp/python/distutils/setupscript.html - [similar]
4. Macintosh で Python を使う — Python 3.6.5 ドキュメント 7277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... -clicking Python scripts from the Finder; and the "Build Applet" tool, which allows you to package Python s ... 4.5. Mac 上の Python アプリケーションの配布 ¶ The "Build Applet" tool that is placed in the MacPython 3.6 f ...
https://man.plustar.jp/python/using/mac.html - [similar]
29.2. sysconfig --- Python の構成情報にアクセスする — Python 3.6.5 ドキュメント 7214
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 単に sys.platform を返します。 sysconfig. is_python_build ( ) ¶ 実行中の Python インタプリタがソースからビル ... local/lib/python3.2" Variables: AC_APPLE_UNIVERSAL_BUILD = "0" AIX_GENUINE_CPLUSPLUS = "0" AR = "ar" ARFLAG ...
https://man.plustar.jp/python/library/sysconfig.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 7214
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 意のクラスを利用することができます。 urllib.request. build_opener ( [ handler , ... ] ) ¶ 与えられた順番に UR ... d = 'kadidd!ehopper' ) opener = urllib . request . build_opener ( auth_handler ) # ...and install it global ... . urlopen ( 'http://www.example.com/login.html' ) build_opener() はデフォルトで沢山のハンドラを提供しており ... ername' , 'password' ) opener = urllib . request . build_opener ( proxy_handler , proxy_auth_handler ) # Th ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 7135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... okiejar . CookieJar () opener = urllib . request . build_opener ( urllib . request . HTTPCookieProcessor ( ... pe" , "cookies.txt" )) opener = urllib . request . build_opener ( urllib . request . HTTPCookieProcessor ( ... = CookieJar ( policy ) opener = urllib . request . build_opener ( urllib . request . HTTPCookieProcessor ( ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
PREV 1 2 3 4 NEXT