Home | Trees | Index | Help |
---|
Package svnmailer :: Module struct_accessors :: Class StdinDescriptor |
|
object
--+ |MemberDescriptor
--+ |BaseDescriptor
--+ | StdinDescriptor
Method Summary | |
---|---|
Read stdin once and return it as string | |
Inherited from BaseDescriptor | |
Initialization | |
abstract method | |
abstract method | |
any |
abstract method |
any |
abstract method |
Returns the charset | |
Returns the file system charset | |
Postmap the value if it's activated | |
Premap the value if it's activated | |
Transform if value is not None | |
Inherited from MemberDescriptor | |
Raises an AttributeError | |
Gets the member value | |
Sets the members value | |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Instance Variable Summary | |
---|---|
Inherited from MemberDescriptor | |
str |
name : The name of the member |
any | param : The descriptor parameter |
StructPrivate |
__private : The reference to the private container |
Class Variable Summary | |
---|---|
NoneType |
_stdin = None |
Method Details |
---|
substitute(self, value, subst, arg)Read stdin once and return it as string |
Class Variable Details |
---|
_stdin
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 | http://epydoc.sf.net |