Module vlc :: Class LogIterator
[hide private]
[frames] | no frames]

Class LogIterator

source code

object --+    
         |    
    _Ctype --+
             |
            LogIterator

Create a new VLC log iterator.

Instance Methods [hide private]
 
__iter__(self) source code
 
next(self) source code
 
__next__(self) source code
 
free(self)
Frees memory allocated by log_get_iterator().
source code
 
has_next(self)
Always returns zero.
source code

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

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, ptr=<__builtin__.object object>)
(INTERNAL) ctypes wrapper constructor.
source code

Inherited from _Ctype: from_param

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, ptr=<__builtin__.object object>)
Static Method

source code 

(INTERNAL) ctypes wrapper constructor.

Returns: a new object with type S, a subtype of T
Overrides: object.__new__

has_next(self)

source code 

Always returns zero. This function is only provided for backward compatibility.

Returns:
always zero.