Package parsedatetime :: Module context :: Class pdtContextStack
[hide private]
[frames] | no frames]

Class pdtContextStack

source code

object --+
         |
        pdtContextStack

A thread-safe stack to store context(s)

Internally used by Calendar object

Instance Methods [hide private]
 
__init__(self)
BreakIterator is abstract.
source code
 
push(self, ctx) source code
 
pop(self) source code
 
last(self) source code
 
isEmpty(self) source code

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

Properties [hide private]
  __stack

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

BreakIterator is abstract. Use one of the class instantiators: createWordInstance, createLineInstance, createCharacterInstance, createSentenceInstance or createTitleInstance.

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

__stack

Get Method:
unreachable.__stack(self)