mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
6f3cc77bb5
Note that using % in a string will _always_ perform the sting substitutions, because the strings are constructed before the function is called. So log.debug('%s' % expensiveoperation()) will take about the same CPU time whether or not the logging level is DEBUG or INFO. if you use , no substitutions are performed unless the string is actually logged |
||
---|---|---|
.. | ||
xep_0004 | ||
xep_0009 | ||
xep_0030 | ||
xep_0050 | ||
xep_0059 | ||
xep_0060 | ||
xep_0066 | ||
xep_0078 | ||
xep_0085 | ||
xep_0086 | ||
xep_0092 | ||
xep_0128 | ||
xep_0199 | ||
xep_0202 | ||
xep_0203 | ||
xep_0224 | ||
xep_0249 | ||
__init__.py | ||
base.py | ||
gmail_notify.py | ||
jobs.py | ||
old_0004.py | ||
old_0009.py | ||
old_0050.py | ||
old_0060.py | ||
xep_0012.py | ||
xep_0033.py | ||
xep_0045.py | ||
xep_0082.py |