I hold the AMF3 context for en/decoding streams.
|
|
|
|
|
|
str or None
|
|
int or None
|
|
int
|
|
|
|
|
|
|
|
|
|
|
|
|
getObjectForProxy(self,
proxy)
Returns the unproxied version of proxy as stored in the
context, or unproxies the proxy and returns that 'raw' object. |
source code
|
|
|
|
addProxyObject(self,
obj,
proxied)
Stores a reference to the unproxied and proxied versions of
obj for later retrieval. |
source code
|
|
|
|
getProxyForObject(self,
obj)
Returns the proxied version of obj as stored in the
context, or creates a new proxied object and returns that. |
source code
|
|
|
Inherited from codec.Context:
addObject,
getBytesForString,
getClassAlias,
getObject,
getObjectReference,
getStringForBytes
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|