Package svnmailer :: Package settings :: Module _accessors :: Class StdinMember
[show private | hide private]
[frames | no frames]

Class StdinMember

object --+        
         |        
    Member --+    
             |    
    BaseMember --+
                 |
                StdinMember


Stdin storage
Method Summary
  substitute(self, value, subst)
Reads stdin once and returns it as string
    Inherited from BaseMember
any doPostmap(self, value)
abstract method
any doPremap(self, value)
abstract method
any doSubstitute(self, value, subst)
abstract method
any doTransform(self, value)
abstract method
  init(self)
Initialization
  postmap(self, value)
Postmap the value if it's activated
  premap(self, value)
Premap the value if it's activated
  transform(self, value)
Transform if value is not None
    Inherited from Member
  __init__(self, mapper, arg, param)
Initialization
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __repr__(x)
x.__repr__() <==> repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
x.__str__() <==> str(x)...
    Inherited from type
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...

Instance Variable Summary
    Inherited from Member
any arg: The custom initialization argument
Struct instance: The owner instance
callable mapper: The associated mapper function (or None)
any param: The descriptor parameter

Class Variable Summary
NoneType _stdin = None                                                                  

Method Details

substitute(self, value, subst)

Reads stdin once and returns it as string
Overrides:
svnmailer.settings._base.BaseMember.substitute

Class Variable Details

_stdin

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.0 on Sun Sep 25 20:49:11 2005 http://epydoc.sf.net