Trees | Index | Help |
---|
Package yawPyCrypto ::
Module Key ::
Class Untrusted |
|
object
--+
|
Untrusted
Method Summary | |
---|---|
Initialization of an untrusted key argument. | |
a new object with type S, a subtype of T |
|
Return a representation of the untrusted object. | |
Return a string form of the untrusted object. | |
Returns the reference this object keeps to the untrusted object which was created due to accessing an unstrusted keyword argument. |
Method Details |
---|
__init__(self,
obj)
Initialization of an untrusted key argument. Creates a wrapper around
the passed in object. Should never need to be called by user-code.
|
__new__(S, ...)
|
__repr__(self)
Return a representation of the untrusted object.
|
__str__(self)
Return a string form of the untrusted object. This includes a short
description of what the untrusted object is, along with the stringified
form of the actual object.
|
getValue(self)Returns the reference this object keeps to the untrusted object which was created due to accessing an unstrusted keyword argument. The instance you call this on keeps a reference to the object, so that you may retrieve it more than once. |
Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Aug 17 03:32:32 2003 | http://epydoc.sf.net |