Home | Trees | Indices | Help |
|
---|
|
Utility functions and classes used internally by Skype4Py.
Classes | |
EventHandlingBase This class is used as a base by all classes implementing event handlers. |
|
Cached Base class for all cached objects. |
Functions | |||
list of str or unicode |
|
||
dict |
|
||
str or unicode |
|
||
list of str or unicode |
|
||
same as type of truevalue or falsevalue |
|
||
weakref |
|
Variables | |
__package__ =
|
Function Details |
Chops initial words from a string and returns a list of them and the rest of the string.
|
Converts a string in 'ARG="value", ARG2="value2"' format into a dictionary.
|
Adds double-quotes to string if needed.
|
Splits a string into words.
Note:
This function works like |
Simulates a conditional expression known from C or Python 2.5+.
Note:
The type of condition parameter can be anything as long as
|
Creates and returns a new weak reference to a callable object. In contrast to weakref.ref() works on all kinds of callables. Usage is same as weakref.ref().
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 05 14:54:58 2008 | http://epydoc.sourceforge.net |