메소드 | 설명 | |
---|---|---|
__repr__ ( CodeContext context, object>.IDictionary | ||
get ( PythonDictionary self, object key ) : object | ||
get ( PythonDictionary self, object key, object defaultValue ) : object | ||
has_key ( object>.IDictionary | ||
items ( object>.IDictionary | ||
iteritems ( object>.IDictionary | ||
iterkeys ( object>.IDictionary | ||
keys ( object>.IDictionary | ||
pop ( PythonDictionary self, object key ) : object | ||
pop ( PythonDictionary self, object key, object defaultValue ) : object | ||
popitem ( object>.IDictionary | ||
setdefault ( PythonDictionary self, object key ) : object | ||
setdefault ( PythonDictionary self, object key, object defaultValue ) : object | ||
update ( CodeContext context, PythonDictionary self, object b ) : void |
메소드 | 설명 | |
---|---|---|
AddKeyValue ( PythonDictionary self, object o ) : bool | ||
CompareTo ( CodeContext context, object>.IDictionary | ||
CompareToWorker ( CodeContext context, object>.IDictionary |
||
SlowUpdate ( CodeContext context, PythonDictionary self, object b ) : void | ||
TryGetValueVirtual ( CodeContext context, PythonDictionary self, object key, object &DefaultGetItem, object &value ) : bool |
public static __repr__ ( CodeContext context, object>.IDictionary |
||
context | CodeContext | |
self | object>.IDictionary | |
리턴 | string |
public static get ( PythonDictionary self, object key ) : object | ||
self | PythonDictionary | |
key | object | |
리턴 | object |
public static get ( PythonDictionary self, object key, object defaultValue ) : object | ||
self | PythonDictionary | |
key | object | |
defaultValue | object | |
리턴 | object |
public static has_key ( object>.IDictionary |
||
self | object>.IDictionary | |
key | object | |
리턴 | bool |
public static items ( object>.IDictionary |
||
self | object>.IDictionary | |
리턴 | List |
public static iteritems ( object>.IDictionary |
||
self | object>.IDictionary | |
리턴 | IEnumerator |
public static iterkeys ( object>.IDictionary |
||
self | object>.IDictionary | |
리턴 | IEnumerator |
public static keys ( object>.IDictionary |
||
self | object>.IDictionary | |
리턴 | List |
public static pop ( PythonDictionary self, object key ) : object | ||
self | PythonDictionary | |
key | object | |
리턴 | object |
public static pop ( PythonDictionary self, object key, object defaultValue ) : object | ||
self | PythonDictionary | |
key | object | |
defaultValue | object | |
리턴 | object |
public static popitem ( object>.IDictionary |
||
self | object>.IDictionary | |
리턴 | PythonTuple |
public static setdefault ( PythonDictionary self, object key ) : object | ||
self | PythonDictionary | |
key | object | |
리턴 | object |
public static setdefault ( PythonDictionary self, object key, object defaultValue ) : object | ||
self | PythonDictionary | |
key | object | |
defaultValue | object | |
리턴 | object |
public static update ( CodeContext context, PythonDictionary self, object b ) : void | ||
context | CodeContext | |
self | PythonDictionary | |
b | object | |
리턴 | void |