C# Class IronPython.Runtime.classmethod

Inheritance: IronPython.Runtime.Types.PythonTypeSlot
Datei anzeigen Open project: jschementi/iron

Private Properties

Property Type Description
TryGetValue bool

Public Methods

Method Description
__get__ ( object instance ) : object
__get__ ( object instance, object owner ) : object
classmethod ( CodeContext context, object func ) : System

Private Methods

Method Description
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool

Method Details

__get__() public method

public __get__ ( object instance ) : object
instance object
return object

__get__() public method

public __get__ ( object instance, object owner ) : object
instance object
owner object
return object

classmethod() public method

public classmethod ( CodeContext context, object func ) : System
context CodeContext
func object
return System