1153万例文収録!

「base class」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > base classの意味・解説 > base classに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

base classの部分一致の例文一覧と使い方

該当件数 : 214



例文

Base Renderer Class constructor Parameter 例文帳に追加

Base Renderer Class constructorパラメータ - PEAR

10.2 distutils.ccompiler -- CCompiler base class 例文帳に追加

2 distutils.ccompiler -- CCompiler ベースクラス - Python

Base class for HTMLParser. 例文帳に追加

HTMLParser の基底クラス。 - Python

Base Exception class 例文帳に追加

基底例外クラス - PEAR

例文

Calendar--Calendar base class 例文帳に追加

カレンダー--カレンダーベースクラス - PEAR


例文

PHP socket server base class 例文帳に追加

PHP ソケットサーバ基底クラス - PEAR

Abstract base class for an OSA class.例文帳に追加

OSA クラス用の抽象基底クラスです。 - Python

Base class for opening and reading URLs. 例文帳に追加

URL をオープンし、読み出すためのクラスの基礎クラス (base class)です。 - Python

The base exception class. 例文帳に追加

ベースとなる例外クラスです。 - Python

例文

10.25 distutils.cmd -- Abstract base class for Distutils commands 例文帳に追加

25 distutils.cmd -- Distutils コマンドの抽象クラス - Python

例文

Base class for warning categories. 例文帳に追加

警告カテゴリの基底クラスです。 - Python

a base class 例文帳に追加

ベースクラス《派生クラスのもとになるクラス》 - 研究社 英和コンピューター用語辞典

This is the base class for exceptions thrown by the Parser class.例文帳に追加

これは Parser クラスが発生しうる例外の基底クラスです。 - Python

tzinfo is an abstract base clase, meaning that this class should not be instantiated directly.例文帳に追加

tzinfo は抽象基底クラスです。 - Python

Base class for input form elements 例文帳に追加

フォーム入力要素のための基底クラス - PEAR

Abstract base class for an OSA property.例文帳に追加

OSA プロパティ用の抽象基底クラスです。 - Python

Base class for all tarfile exceptions. 例文帳に追加

すべての tarfile 例外のための基本クラスです。 - Python

Base class which can be inherited by SAX parsers. 例文帳に追加

SAX パーサが継承可能な基底クラスです。 - Python

This is the base class of all warning category classes. 例文帳に追加

全ての警告カテゴリの基底クラスです。 - Python

This is a base class for all QuickForm elements. 例文帳に追加

これは、すべての QuickForm 要素の基底クラスです。 - PEAR

Base class for other signals and is a subclass ofArithmeticError. 例文帳に追加

他のシグナルの基底クラスで、ArithmeticError のサブクラスです。 - Python

Base exception class for all exceptions raised by this module. 例文帳に追加

このモジュールの例外クラスのベースクラスです。 - Python

The base class representing email messages. 例文帳に追加

電子メールのメッセージを表現する基底クラス - Python

The tuple of base classes of a class object. 例文帳に追加

クラスオブジェクトの基底クラスからなるタプルです。 - Python

The central class in the email package is the Message class; it is the base class for the emailobject model.例文帳に追加

Message クラスは、 email パッケージの中心となるクラスです。 これは email オブジェクトモデルの基底クラスになっています。 - Python

A base class for developing asynchronous socket handling services. 例文帳に追加

非同期なソケット制御サービスのためのベースクラス - Python

Base class implementation for Web serverand request handler. 例文帳に追加

Web サーバおよび要求ハンドラの基底クラス実装。 . - Python

Thus, for object-oriented programming, a unit is a class, and may be a base class, super class, abstract class, or derived (or child) class. 例文帳に追加

そのため、オブジェクト指向プログラミングでは、ユニットはクラスであり、また基底クラス、スーパークラス、抽象クラス、または派生クラス (子クラス) であることもあります。 - NetBeans

This module supplies the abstract base class Command. 例文帳に追加

このモジュールは抽象ベースクラス Command を提供します。 - Python

Base class for warnings about dubious syntax 例文帳に追加

曖昧な構文に対する警告の基底クラスです。 - Python

This is a base class for other standard exceptions. 例文帳に追加

これは別の標準例外のためのベースクラスです。 - Python

PEAR2::Exception is used as base class for all exception classes. 例文帳に追加

PEAR2::Exception が、すべての例外クラスの基底クラスとなります。 - PEAR

Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).例文帳に追加

基本的な機能を持つ HTTP サーバ (SimpleHTTPServer および CGIHTTPServer の基底クラス)。 - Python

Base class for warnings about deprecated features. 例文帳に追加

廃用された機能に対する警告の基底クラスです。 - Python

Base class implementation for Web server and request handler.例文帳に追加

Web サーバとリクエスト処理機構を実装した基底クラスです。 . - Python

Base class for warnings generated by user code. 例文帳に追加

ユーザコードによって生成される警告の基底クラスです。 - Python

The base class of the other exceptions in this module. 例文帳に追加

このモジュールにおける他の例外クラスの基底クラスです。 - Python

If a class defines a slot also defined in a base class, the instance variable defined by the base class slot is inaccessible (except by retrieving its descriptor directly from the base class).例文帳に追加

あるクラスで、基底クラスですでに定義されているスロットを定義した場合、基底クラスのスロットで定義されているインスタンス変数は(デスクリプタを基底クラスから直接取得しない限り) アクセスできなくなります。 - Python

It is intended to be overridden by a derived class; the base class implementation does nothing.例文帳に追加

導出クラスで上書きするためのメソッドです; 基底クラスの実装では何も行いません。 - Python

Tuple of base types.This is set for types created by a class statement. 例文帳に追加

基底型からなるタプルです。 class 文で生成されたクラスの場合このフィールドがセットされます。 - Python

This class is intended to be used as a base class, with specific tests being implemented by concrete subclasses.例文帳に追加

このクラスをベースクラスとして使用し、必要なテストを具象サブクラスに実装します。 - Python

The base argument can be used to specify an alternate base class. The dict argument can be used to specify a dictionary of class variables and methods.例文帳に追加

base引数は代わりのベースクラスを指定するために使えます。 dict引数はクラス変数とメソッドの辞書を指定するために使えます。 - Python

The base of the Kizoku was the Gozoku class. 例文帳に追加

このとき貴族の母体となったのは、豪族階層であった。 - Wikipedia日英京都関連文書対訳コーパス

Introduction-- How to handle the PEAR base class (destructors, error handling) 例文帳に追加

はじめに--PEAR 基底クラス(デストラクタ、エラー処理)の取り扱い方法 - PEAR

Base class of ComponentItem and NProperty, a generalOSA Object Specifier. 例文帳に追加

ComponentItem と NProperty の基底クラスで、汎用の OSA オブジェクト指定子を表します。 - Python

This module provides the abstract base class for the CCompiler classes. 例文帳に追加

このモジュールは CCompilerクラスの抽象ベースクラスを提供します。 - Python

Base class for warnings about dubious runtime behavior. 例文帳に追加

あいまいなランタイム挙動に対する警告の基底クラスです。 - Python

CLASH BASE QUEUE SCHEDULING DEVICE, CLASS SCHEDULING METHOD AND RECORDING MEDIUM RECORDING CLASS SCHEDULING PROGRAM例文帳に追加

クラスベースキュースケジューリング装置、クラススケジューリング方法及びクラススケジューリング・プログラムを記録した記録媒体 - 特許庁

Class attribute assignments update the class's dictionary, never the dictionary of a base class.例文帳に追加

クラス属性を代入すると、そのクラスの辞書だけが更新され、基底クラスの辞書は更新しません。 - Python

例文

Base exception class used for all specific DOM exceptions. 例文帳に追加

全ての特定の DOM 例外で使われている基底例外クラスです。 - Python




  
Copyright © Japan Patent office. All Rights Reserved.
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS