33< head >
44< meta charset ="utf-8 ">
55< meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 " />
6- < meta name ="generator " content ="pdoc 0.9.2 " />
6+ < meta name ="generator " content ="pdoc 0.10.0 " />
77< title > mercadopago.config.config API documentation</ title >
88< meta name ="description " content ="Module: config " />
99< link rel ="preload stylesheet " as ="style " href ="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css " integrity ="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs= " crossorigin >
@@ -32,14 +32,14 @@ <h1 class="title">Module <code>mercadopago.config.config</code></h1>
3232"""
3333import platform
3434
35- class Config():
3635
36+ class Config:
3737 """
3838 General infos of your SDK
3939 """
4040
4141 def __init__(self):
42- self.__version = "2.0.0 "
42+ self.__version = "2.0.9 "
4343 self.__user_agent = "MercadoPago Python SDK v" + self.__version
4444 self.__product_id = "bc32bpftrpp001u8nhlg"
4545 self.__tracking_id = "platform:" + platform.python_version()
@@ -117,14 +117,13 @@ <h2 class="section-title" id="header-classes">Classes</h2>
117117< summary >
118118< span > Expand source code</ span >
119119</ summary >
120- < pre > < code class ="python "> class Config():
121-
120+ < pre > < code class ="python "> class Config:
122121 """
123122 General infos of your SDK
124123 """
125124
126125 def __init__(self):
127- self.__version = "2.0.0 "
126+ self.__version = "2.0.9 "
128127 self.__user_agent = "MercadoPago Python SDK v" + self.__version
129128 self.__product_id = "bc32bpftrpp001u8nhlg"
130129 self.__tracking_id = "platform:" + platform.python_version()
@@ -326,7 +325,7 @@ <h4><code><a title="mercadopago.config.config.Config" href="#mercadopago.config.
326325</ nav >
327326</ main >
328327< footer id ="footer ">
329- < p > Generated by < a href ="https://pdoc3.github.io/pdoc "> < cite > pdoc</ cite > 0.9.2 </ a > .</ p >
328+ < p > Generated by < a href ="https://pdoc3.github.io/pdoc " title =" pdoc: Python API documentation generator " > < cite > pdoc</ cite > 0.10.0 </ a > .</ p >
330329</ footer >
331330</ body >
332331</ html >
0 commit comments