「python」を含む例文一覧(1381)

<前へ 1 2 .... 9 10 11 12 13 14 15 16 17 .... 27 28 次へ>
  • Note:In Python 2.2, the yield statement is only allowed when the generators feature has been enabled.
    注意:Python 2.2 では、generators 機能が有効になっている場合にのみyield 文を使えます。 - Python
  • While the configure script shipped with the Python sources will correctly build Python to export the symbols needed by dynamically linked extensions, this is not automatically inherited by applications which embed the Python library statically, at least on Unix.
    Python ソースと一緒についてくるconfigure スクリプトは動的にリンクされる拡張モジュールが必要とするシンボルを公開するようただしく Python をビルドしますが、この機能はPython ライブラリを静的に埋め込むようなアプリケーションには継承されません。 少なくとも Unix ではそうです。 - Python
  • very large python of southeast Asia
    東南アジア産の非常に大型のニシキヘビ - 日本語WordNet
  • (Yes, even integers are objects on the heap in Python!)If you have a C function that returns no useful argument (a function returning void), the corresponding Python function must return None.
    (そう、整数ですら、 Python においてはヒープ上のオブジェクトなのです! )何ら有用な値を返さない関数 (void を返す関数) に対応する Python の関数はNone を返さねばなりません。 - Python
  • IDLE has the following features: coded in 100% pure Python, using the
    IDLEは次のような特徴があります: - Python
  • An application that has loaded the Python interpreter from a dynamically loadable library (or DLL) might want to free all memory allocated by Python before unloading the DLL.
    また、動的ロード可能イブラリ(あるいは DLL) から Python インタプリタをロードするアプリケーションでは、DLL をアンロードする前に Python が確保したメモリを解放したいと考えるかもしれません。 - Python
  • Converts a Python keyword argument dictionary arguments to the format required by packevent by replacing the keys,which are Python identifiers, by the four-character OSA keys according to the mapping specified in keydict.
    Python キーワード引数辞書 arguments を、写像による4文字の OSA キーとして keydict の中で指定されたPython 識別子であるキーの交換により packevent によって要求されるフォーマットへ変換します。 - Python
  • The format is specific to Python, butindependent of machine architecture issues (e.g., you can write a Python value to a file on a PC, transport the file to a Sun, and readit back there).
    このバイナリ形式は Python 特有のものですが、マシンアーキテクチャ非依存のものです (つまり、Python の値を PC 上でファイルに書き込み、Sun に転送し、そこで読み戻すことができます)。 - Python
  • Not all Python object types are supported; in general, only objects whose value is independent from a particular invocation of Python can be written and read by this module.
    全ての Python オブジェクト型がサポートされているわけではありません;一般的には、どの起動中の Python 上に存在するかに依存しないオブジェクトだけがこのモジュールで読み書きできます。 - Python
  • ;since these must never be deallocated, they are typically staticPyTypeObject objects.All Python objects (even Python integers) have a type and a reference count.
    です;型オブジェクトはメモリ解放 (deallocate) してはならないので、通常は静的記憶の PyTypeObject オブジェクトにします。 全ての Python オブジェクトには (Python 整数型ですら) 型 (type) と参照カウント (reference count) があります。 - Python
  • (Keep in mind that although the Distutils are included with Python 1.6 and later, they also have an independent existence so that Python 1.5.2 users can use them to install other module distributions.
    (Distutils が入っているのは Python 1.6 以降であり、 Python 1.5.2 ユーザが他のモジュール配布物をインストールできるようにするための独立したパッケージがあることを思い出してください。 - Python
  • One of the things this main program has to do is initialize the Python interpreter.
    メインプログラムがやらなければならないことの一つに、 Python インタプリタの初期化があります。 - Python
  • When executing an import statement, Python looks for modules in places defined by the sys.
    import 文を実行すると、Python はそのモジュールをsys.path で定義された場所に探しに行きます。 - Python
  • The Python language has a substantial body of documentation, much of it contributed by various authors.
    Python には様々な著者により寄稿された非常に多くのドキュメント類があります。 - Python
  • describes the high-level picture of how to write a Python extension module, and the
    では、Python 拡張モジュールを書くための高レベルな様式について述べています。 また、 - Python
  • In this case the Python string may contain embedded null bytes.
    この書式化単位の場合には、Python 文字列に null バイトが埋め込まれていてもかまいません。 - Python
  • This is a plain Python file, which, in the most simple case, could look like this:
    setup.py は普通の Python プログラムファイルで、ほとんどの場合以下のような見かけになっています: - Python
  • Python provides a set of builtin codecs which are written in C for speed.
    Python では、処理速度を高めるために C で書かれた一そろいのcodec を提供しています。 - Python
  • Note:The way new types are defined changed dramatically (and for the better) in Python 2.2.
    注意:Python 2.2 から、新しい型を定義する方法がかなり変わって(よくなって) います。 - Python
  • compileflags gives the set of flags that should be used by the Python compiler when running the examples.
    compileflags には、例題を実行する際に Python コンパイラに適用するフラグセットを指定します。 - Python
  • object.someValue is not required to work, and may raise an AttributeError.The Python DOM API, however, does require that normal attribute access work.
    しかしながら、Python DOM API では、通常の属性アクセスが動作することが必須です。 - Python
  • Python applications should normally find no need to invoke these functions, and should use
    Python アプリケーションでは、通常これらの関数を呼び出す必要はないはずで、代わりに - Python
  • A more substantial example module is included in the Python source distribution as Modules/xxmodule.c.
    より実質的なモジュール例は、Python ソース配布物にModules/xxmodule.c という名前で入っています。 - Python
  • With this function you can pass a Python event-handler function that will be called if an event is available.
    イベントがある場合は、この関数を使うと、Pythonイベントハンドラ関数を渡せます。 - Python
  • Specifically, the order of the nodes is the order in which they appear in the Python grammar.
    とくにノードの順序は、 Python 文法中に現れるものと同じになっています。 - Python
  • All string and character arguments are represented by Python strings,for instance,winopen('Hi There!')androtate(900, 'z').
    全ての文字列と文字の引数は、Pythonの文字列に相当します。 例えば、winopen('Hi There!')とrotate(900, 'z')。 - Python
  • For general persistence and transfer of Python objects through RPC calls, see the modules
    汎用的な永続化や、RPC 呼び出しを通じたPython オブジェクトの転送については、モジュール - Python
  • This function reads and decodes the image on the specified file, andreturns it as a Python string.
    指定したファイル上の画像を読み込んでデコードし、Python文字列にして返します。 - Python
  • sys.displayhook is called on the result of evaluating an expression entered in an interactive Python session.
    sys.displayhookは、Pythonの対話セッションで入力された式が評価されたときに呼び出されます。 - Python
  • It exactly mimics the behavior of the Python interpreter when it prints a stack trace.
    モジュールがスタックトレースを表示するとき、Pythonインタープリタの動作を正確に模倣します。 - Python
  • The Python mapping of the API is substantially based on the DOM Level2 recommendation.
    Python においては、DOM API への対応付け は実質的には DOM レベル2 勧告に基づいています。 - Python
  • Write the Python string data to the audio device and return the number of bytes written.
    Python 文字列 data の内容をオーディオデバイスに書き込み、書き込まれたバイト数を返します。 - Python
  • Note that currently, the Distutils only handles C/C++ extensions for Python.
    現状では、 Distutils は Python 向けの C/C++ 拡張モジュールしか扱わないので注意してください。 - Python
  • Convert Python objects to streams of bytes and back(with different constraints).
    Python オブジェクトをバイト列に変換したり、その逆を (異なる拘束条件下で) 行います。 - Python
  • The Distutils' own setup script,shown here, is used to install the package into Python 1.5.2.)
    ここで示した、Distutils 自身の setup スクリプトは、Python 1.5.2 にDistutils パッケージをインストールする際に使います。 - Python
  • Documentation for ``standard'' LaTeX constructs is not included here, though they are used in the Python documentation.
    Python ドキュメントでは ``標準の'' LaTeX 構文も使っていますが、ここには含めていません。 - Python
  • It provides a robust and platform independent windowing toolkit, that is available to Python programmers using the
    Tk/Tcl は頑健でプラットホームに依存しないウィンドウ構築ツールキットであり、 Python プログラマは - Python
  • Document describing how to use Borland's free command-line C++compiler to build Python.
    Borland 製のフリーのコマンドライン C++ を使って Python をビルドする方法について述べたドキュメントです。 - Python
  • Parse Python source code from str using the start tokenstart according to the flags argument.
    開始トークンstartを使ってstrに含まれる Python ソースコードをflags 引数に従ってパースします。 - Python
  • Congratulations! You've successfully built your first Python extension module.
    おめでとうございます! とうとう初めての Python 拡張モジュールのビルドに成功しましたね。 - Python
  • So far we have concentrated on making C functions callable from Python.
    これまでは、Python からの C 関数の呼び出しに重点を置いて述べてきました。 ところでこの逆: C からの Python 関数の呼び出しもまた有用です。 - Python
  • documents the existing object types, functions and modules (both built-in and written in Python) that give the language its wide application range.For a detailed description of the whole Python/C API, see the separate
    では、Python に広い適用範囲をもたらしている既存のオブジェクト型、関数、および (組み込み、および Python で書かれたものの両方の) モジュールについて解説しています。 Python/C API 全体の詳しい説明は、別のドキュメントである、 - Python
  • Python's complex number objects are implemented as two distinct types when viewed from the C API: one is the Python object exposed to Python programs, and the other is a C structure which represents the actual complex number value.
    Python の複素数オブジェクトは、 C API 側から見ると二つの別個の型として実装されています: 一方は Python プログラムに対して公開されている Python のオブジェクトで、他方は実際の複素数値を表現する C の構造体です。 - Python
  • The Python interpreter raises an exception when it detects a run-timeerror (such as division by zero).
    Python インタプリタは、ランタイムエラー (ゼロによる除算など) が検出されると例外を送出します。 - Python
  • This guide will be less useful for authors using the Python documentation tools for topics other than Python, and less useful still for authors not using the tools at all. The material in this guide is intended to assist authors using the Python documentation tools.
    このガイドは Python 以外のトピックに Python ドキュメント作成ツールを使う作者にとってはあまり有用ではなく、ツールを全く使用しない作者にもあまり有用ではないでしょう。 このガイドに書かれていることは、Python ドキュメント作成ツールを使う著者の支援を目的としています。 - Python
  • Of course, if your --prefix and --exec-prefix don't evenpoint to an alternate Python installation, this is immaterial.
    もちろん、--prefix や --exec-prefix が別のインストール済み Python の場所すら指していなければどうにもなりません。 - Python
  • Like "s", but the Python object may also be None, inwhich case the C pointer is set to NULL.
    "s" に似ていますが、Python オブジェクトは None でもよく、その場合には C のポインタは NULLにセットされます。 - Python
  • Convert a Python integer to a tiny int without overflow checking,stored in a C unsigned char.
    Python の整数型を、オーバフローチェックを行わずに、 C の unsigned char 型の小さな整数に変換します。 - Python
  • Convert a Unicode (UCS-2 or UCS-4) data buffer and its length to a Python Unicode object.
    null 終端された Unicode (UCS-2 または UCS-4) データのバッファとその長さから Python オブジェクトに変換します。 - Python
  • Normally, a package will contain of addition modules, like Python source modules,documentation, subpackages, etc.
    通常、パッケージには Python ソースモジュールやドキュメント、サブパッケージ等といった別のファイルも入ります。 - Python
<前へ 1 2 .... 9 10 11 12 13 14 15 16 17 .... 27 28 次へ>

例文データの著作権について