C# Class IronPython.Runtime.Super

Inheritance: IronPython.Runtime.Types.PythonTypeSlot, ICodeFormattable
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Properties

Свойство Type Description
DeleteCustomMember void
GetCustomMember object
SetMember void
TryGetValue bool
TryLookupInBase bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Super() public méthode

public Super ( ) : System.Collections.Generic
Résultat System.Collections.Generic

__get__() public méthode

public __get__ ( CodeContext context, object instance, object owner ) : object
context CodeContext
instance object
owner object
Résultat object

__init__() public méthode

public __init__ ( IronPython.Runtime.Types.PythonType type ) : void
type IronPython.Runtime.Types.PythonType
Résultat void

__init__() public méthode

public __init__ ( IronPython.Runtime.Types.PythonType type, object obj ) : void
type IronPython.Runtime.Types.PythonType
obj object
Résultat void

__repr__() public méthode

public __repr__ ( CodeContext context ) : string
context CodeContext
Résultat string