Package openalea :: Package plantgl :: Package algo :: Module _pglalgo :: Class StrPrinter
[frames] | no frames]

Class StrPrinter

 object --+    
          |    
??.instance --+
              |
             StrPrinter
Known Subclasses:

Instance Methods
 
__init__(...)
Raises an exception...
 
__reduce__(...)
helper for pickle
 
__str__(...)
__str__( (StrPrinter)arg1) -> str : __str__() : return string
 
clear(...)
clear( (StrPrinter)arg1) -> None : clear() : clear the buffer
 
str(...)
str( (StrPrinter)arg1) -> str : str() : return string

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__

Properties
  result

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 
Raises an exception
This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__str__(...)
(Informal representation operator)

 

__str__( (StrPrinter)arg1) -> str :
    __str__() : return string

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __str__(class PyStrPrinter {lvalue})

Overrides: object.__str__

clear(...)

 

clear( (StrPrinter)arg1) -> None :
    clear() : clear the buffer

    C++ signature :
        void clear(class PyStrPrinter {lvalue})

str(...)

 

str( (StrPrinter)arg1) -> str :
    str() : return string

    C++ signature :
        class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > str(class PyStrPrinter {lvalue})


Property Details

result

Get Method:
unreachable(...)