Property | Type | Description | |
---|---|---|---|
Get__doc__ | object | ||
Set__doc__ | void | ||
TryDeleteValue | bool | ||
TryGetValue | bool | ||
TrySetValue | bool |
Method | Description | |
---|---|---|
PythonProperty ( ) : System | ||
PythonProperty ( object>.[ | ||
__delete__ ( CodeContext context, object instance ) : void | ||
__get__ ( CodeContext context, object instance, [ owner ) : object | ||
__init__ ( [ fget, [ fset, [ fdel, [ doc ) : void | ||
__set__ ( CodeContext context, object instance, object value ) : void | ||
deleter ( object fdel ) : |
||
getter ( object fget ) : |
||
setter ( object fset ) : |
Method | Description | |
---|---|---|
Get__doc__ ( CodeContext context, |
||
Set__doc__ ( |
||
TryDeleteValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner ) : bool | ||
TryGetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object &value ) : bool | ||
TrySetValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner, object value ) : bool |
public __delete__ ( CodeContext context, object instance ) : void | ||
context | CodeContext | |
instance | object | |
return | void |
public __get__ ( CodeContext context, object instance, [ owner ) : object | ||
context | CodeContext | |
instance | object | |
owner | [ | |
return | object |
public __init__ ( [ fget, [ fset, [ fdel, [ doc ) : void | ||
fget | [ | |
fset | [ | |
fdel | [ | |
doc | [ | |
return | void |
public __set__ ( CodeContext context, object instance, object value ) : void | ||
context | CodeContext | |
instance | object | |
value | object | |
return | void |
public deleter ( object fdel ) : |
||
fdel | object | |
return |
public getter ( object fget ) : |
||
fget | object | |
return |
public setter ( object fset ) : |
||
fset | object | |
return |