C# Класс IronPython.Runtime.Super

Наследование: IronPython.Runtime.Types.PythonTypeSlot, ICodeFormattable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DeleteCustomMember void
GetCustomMember object
SetMember void
TryGetValue bool
TryLookupInBase bool

Открытые методы

Метод Описание
Super ( ) : System.Collections.Generic
__get__ ( CodeContext context, object instance, object owner ) : object
__init__ ( IronPython.Runtime.Types.PythonType type ) : void
__init__ ( IronPython.Runtime.Types.PythonType type, object obj ) : void
__repr__ ( CodeContext context ) : string

Приватные методы

Метод Описание
DeleteCustomMember ( CodeContext context, string name ) : void
GetCustomMember ( CodeContext context, string name ) : object
SetMember ( CodeContext context, string name, object value ) : void
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool
TryLookupInBase ( CodeContext context, IronPython.Runtime.Types.PythonType pt, string name, object self, object &value ) : bool

Описание методов

Super() публичный Метод

public Super ( ) : System.Collections.Generic
Результат System.Collections.Generic

__get__() публичный Метод

public __get__ ( CodeContext context, object instance, object owner ) : object
context CodeContext
instance object
owner object
Результат object

__init__() публичный Метод

public __init__ ( IronPython.Runtime.Types.PythonType type ) : void
type IronPython.Runtime.Types.PythonType
Результат void

__init__() публичный Метод

public __init__ ( IronPython.Runtime.Types.PythonType type, object obj ) : void
type IronPython.Runtime.Types.PythonType
obj object
Результат void

__repr__() публичный Метод

public __repr__ ( CodeContext context ) : string
context CodeContext
Результат string