Package peppy :: Module stcinterface :: Class NonResidentSTC
[frames] | no frames]

Class NonResidentSTC

  object --+    
           |    
STCInterface --+
               |
              NonResidentSTC
Known Subclasses:

Non-memory-resident version of the STC.

Base version of a non-memory resident storage space that implements the STC interface.

Instance Methods
 
__init__(self, parent=None, copy=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
CanEdit(self)
PyPE compat to show read-only status
 
Destroy(self)

Inherited from STCInterface: AddRefDocument, CanCopy, CanCut, CanPaste, CanRedo, CanSave, CanUndo, Clear, Copy, CreateDocument, Cut, EmptyUndoBuffer, GetBinaryData, GetFoldColumn, GetFoldLevel, GetLength, GetModify, GetPrevLineIndentation, GetText, GetTextLength, GotoPos, GuessBinary, Paste, Redo, ReleaseDocument, SetDocPointer, SetSavePoint, Undo, getShortDisplayName, open, openSuccess, prepareEncoding, readFrom, showStyle, writeTo

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, parent=None, copy=None)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

CanEdit(self)

 

PyPE compat to show read-only status

Overrides: STCInterface.CanEdit
(inherited documentation)