Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
2øªjd ã @ sP d Z ddlZddlZeefZd dd„ZG dd„ dƒZedkrLddl Z e j
ƒ dS )
z^The module contains miscellaneous helpers.
It's not considered part of the public ufoLib API.
é NÚ c s ‡ fdd„}|S )a@ Decorator factory to mark functions as deprecated with given message.
>>> @deprecated("Enough!")
... def some_function():
... "I just print 'hello world'."
... print("hello world")
>>> some_function()
hello world
>>> some_function.__doc__ == "I just print 'hello world'."
True
c s t jˆ ƒ‡ ‡fdd„ƒ}|S )Nc s&