Method | Description | |
---|---|---|
__copy__ ( CodeContext context ) : object | ||
__init__ ( CodeContext context, object default_factory ) : void | ||
__init__ ( CodeContext context, object default_factory, object>.[ | ||
__init__ ( object default_factory ) : void | ||
__missing__ ( CodeContext context, object key ) : object | ||
__reduce__ ( ) : PythonTuple | ||
__repr__ ( CodeContext context ) : string | ||
copy ( CodeContext context ) : PythonDictionary | ||
defaultdict ( CodeContext context ) : System |
public __copy__ ( CodeContext context ) : object | ||
context | CodeContext | |
return | object |
public __init__ ( CodeContext context, object default_factory ) : void | ||
context | CodeContext | |
default_factory | object | |
return | void |
public __init__ ( CodeContext context, object default_factory, object>.[ | ||
context | CodeContext | |
default_factory | object | |
dict | object>.[ | |
return | void |
public __init__ ( object default_factory ) : void | ||
default_factory | object | |
return | void |
public __missing__ ( CodeContext context, object key ) : object | ||
context | CodeContext | |
key | object | |
return | object |
public __repr__ ( CodeContext context ) : string | ||
context | CodeContext | |
return | string |
public copy ( CodeContext context ) : PythonDictionary | ||
context | CodeContext | |
return | PythonDictionary |
public defaultdict ( CodeContext context ) : System | ||
context | CodeContext | |
return | System |