PYTHONのクラス Meaning in English - translations and usage examples

python class
pythonクラス
python classes
pythonクラス

Examples of using Pythonのクラス in Japanese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Sphinxでpythonのクラスや関数のドキュメントを自動生成する-joppot。
Using sphinx how to generate documents of python classes and functions- joppot.
Sphinxでpythonのクラスや関数のドキュメントを自動生成する。
Using sphinx how to generate documents of python classes and functions.
Pythonのクラスってなに?
What is a Python class?
Pythonのクラスってなに?
What is class in python?
このチュートリアルでは、Pythonのクラスにポリモーフィズムを適用します。
This tutorial will go through applying polymorphism to classes in Python.
Pythonのクラスって何?»。
What is a Python class?
Pythonのクラスってなに?
What are Python classes?
Pythonのクラス機構はオブジェクト指向プログラミングの標準的な機能を全て提供しています。
Python class provides all standard features of Object Oriented Programming.
Pythonのクラス定義は、classという予約語から始まり、その後ろにクラス名を書く。
A Python class starts with the reserved word class, followed by the class name.
このマニュアルはPythonのクラスメカニズムに関する総合的な情報を提供しようとしていますが、新スタイルクラスについては、まだ足りない部分があるかもしれません。
While this manual aims to provide comprehensive coverage of Python's class mechanics, it may still be lacking in some areas when it comes to its coverage of new-style classes.
Pythonのクラス機構はオブジェクト指向プログラミングの標準的な機能を全て提供しています。クラスの継承メカニズムは、複数の基底クラスを持つことができ、派生クラスで基底クラスの任意のメソッドをオーバライドすることができます。
Python classes provide all the standard features of Object Oriented Programming: the class inheritance mechanism allows multiple base classes, a derived class can override any methods of its base class or classes, and a method can call the method of a base class with the same name.
これを処理するのによい方法は、Pythonのクラスを使うことです。
A good way to handle this is to use python's classes.
Slots__.Pythonのクラスには旧スタイルクラスと新スタイルクラスがあるらしい。
Fact that there are both new style and old style classes in Python.
名前を除けば、Pythonのクラスが絶対に持っていなければならないものなど無いのだ。
There is nothing that a Python class absolutely must have, other than a name.
名前を除けば、Pythonのクラスが絶対に持っていなければならないものなど無いのだ。
There is absolutely nothing that a Python class definitely needs to have, other than a name.
このケースでは、通常のPythonのクラス管理が抽象クラスPluginBaseを実装するSubclassImplementationを認識します。
In this case the normal Python class management is used to recognize.
以下のようなシンプルなPythonのクラスがあったとする(先週のブログからコピーしてきた)。
Consider this simple Python class(copied from last week's blog post):.
特にC++のプログラマは、Pythonのクラスが明示的なコンストラクタやデストラクタを持っていないことを不思議に思うかもしれない。
In particular, C++ programmers may find it odd that Python classes don't have explicit constructors and destructors.
Pythonのクラスは、CとModula-3のクラスメカニズムを。
The Python class mechanism is a mixture of the C++ and Modula-3 classes..
Pythonのクラスは、C++とModula-3のクラスメカニズムを混ぜたものです。
The Python class mechanism is a mixture of the C++ and Modula-3 classes..
ポリモーフィズムはPythonのクラス定義の重要な機能であり、クラスまたはサブクラス全体で一般的に名前の付いたメソッドがある場合に利用されます。
Polymorphism is an important feature of class definition in Python that is utilized when you have commonly named methods across classes or subclasses.
独自のクラスを作成し、既存のPythonクラスを使用する。
Create their own classes and use existing Python classs.
Pythonクラスの定義と継承とは。
Python Classes and Inheritance.
Pythonクラスの文字列表現を変更するにはどうすればよいですか?
How do I change the string representation of a Python class?
Results: 24, Time: 0.0206

Word-for-word translation

Top dictionary queries

Japanese - English