Property | Type | Description | |
---|---|---|---|
TryGetValue | bool |
Method | Description | |
---|---|---|
__get__ ( object instance ) : object | ||
__get__ ( object instance, object owner ) : object | ||
classmethod ( CodeContext context, object func ) : System |
Method | Description | |
---|---|---|
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool |
public __get__ ( object instance, object owner ) : object | ||
instance | object | |
owner | object | |
return | object |
public classmethod ( CodeContext context, object func ) : System | ||
context | CodeContext | |
func | object | |
return | System |