C# Class IronPython.Runtime.staticmethod

Inheritance: IronPython.Runtime.Types.PythonTypeSlot
Show file 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
staticmethod ( 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

staticmethod() public method

public staticmethod ( object func ) : System
func object
return System