Repository URL to install this package:
|
Version:
2.6.6 ▾
|
ó ÂöWc @ sL d Z d d l m Z d d l m Z d d l Z d e f d YZ d S( uZ Extensions ----------------------------------------------------------------------------- iÿÿÿÿ( t unicode_literalsi ( t parseBoolValueNt Extensionc B sV e Z d Z i Z d Z d d Z d Z d Z d Z d Z d Z RS( u( Base class for extensions to subclass. c O s¥ t | rC | d d k r0 | j | d n t j d t n d | j k r | d d k r | j | j d i n t j d t n | j | d S( u( Initiate Extension and set up configs. i u Extension classes accepting positional args is pending Deprecation. Each setting should be passed into the Class as a keyword. Positional args are deprecated and will raise an error in version 2.7. See the Release Notes for Python-Markdown version 2.6 for more info.u configsu( Extension classes accepting a dict on the single keyword "config" is pending Deprecation. Each setting should be passed into the Class as a keyword directly. The "config" keyword is deprecated and raise an error in version 2.7. See the Release Notes for Python-Markdown version 2.6 for more info.N( t lent Nonet setConfigst warningst warnt DeprecationWarningt keyst pop( t selft argst kwargs( ( s: build/lib.linux-x86_64-2.7/markdown/extensions/__init__.pyt __init__ s u c C s&