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

  • This is the equivalent of the Python expression "apply(callable,args)" or "
    Python の式 "apply(callable, args)" あるいは " - Python
  • We want this function to be callable from Python as follows:
    この関数を以下のようにして Python から呼び出せるようにしたいとします: - Python
  • The first parameter, callable, can beany Python callable object that can be called with no parameters;each call to it should return the next item in the iteration.
    最初のパラメタ callable は引数なしで呼び出せる Python の呼び出し可能オブジェクトならなんでもかまいません; callableは、呼び出されるたびに次の反復処理対象オブジェクトを返さなければなりません。 - Python
  • So far we have concentrated on making C functions callable from Python.
    これまでは、Python からの C 関数の呼び出しに重点を置いて述べてきました。 ところでこの逆: C からの Python 関数の呼び出しもまた有用です。 - Python
  • The latter exception is a precaution so that old extension types don't become callable simply by being linked with Python 2.2.
    後者が例外になっているのは、旧式の拡張型が Python 2.2でリンクされたときに呼び出し可能オブジェクトにならないようにするための予防措置です。 - Python
  • Changed in version 2.0:Python versions 1.5.2 and 1.6 also required that the constructor be callable with no parameters, and offer a mutable data attribute.
    バージョン 2.0 で 変更 された仕様:Pythonバージョン1.5.2と1.6では、コンストラクタが引数なしで呼び出し可能であることと変更可能なdata属性を提供するということも要求されます。 - Python
  • This module provides a simple way to time small bits of Python code.It has both command line as well as callable interfaces.
    このモジュールは Python の小さなコード断片の時間を簡単に計測する手段を提供します。 インターフェースはコマンドラインとメソッドとして呼び出し可能なものの両方を備えています。 - Python
  • This Cinterface allows the profiling or tracing code to avoid the overhead of calling through Python-level callable objects, making a direct Cfunction call instead.
    この C インタフェースは、プロファイルやトレース作業時に、Python レベルの呼び出し可能オブジェクトが呼び出されることによるオーバヘッドを避け、直接 C 関数呼び出しが行えるようにしています。 - Python

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