Property | Type | Description | |
---|---|---|---|
DeleteCustomMember | void | ||
GetCustomMember | object | ||
SetMember | void | ||
TryGetValue | bool | ||
TryLookupInBase | bool |
Method | 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 |
Method | 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 |
public Super ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public __get__ ( CodeContext context, object instance, object owner ) : object | ||
context | CodeContext | |
instance | object | |
owner | object | |
return | object |
public __init__ ( IronPython.Runtime.Types.PythonType type ) : void | ||
type | IronPython.Runtime.Types.PythonType | |
return | void |
public __init__ ( IronPython.Runtime.Types.PythonType type, object obj ) : void | ||
type | IronPython.Runtime.Types.PythonType | |
obj | object | |
return | void |
public __repr__ ( CodeContext context ) : string | ||
context | CodeContext | |
return | string |