File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Sphinx build info version 1
22# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3- config: 538bad001dc9fd3d077963ecffe335db
3+ config: b4dd9d8e5881e783f828e13f9780e36f
44tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change 1+ pre { line-height : 125% ; margin : 0 ; }
2+ td .linenos pre { color : # 000000 ; background-color : # f0f0f0 ; padding-left : 5px ; padding-right : 5px ; }
3+ span .linenos { color : # 000000 ; background-color : # f0f0f0 ; padding-left : 5px ; padding-right : 5px ; }
4+ td .linenos pre .special { color : # 000000 ; background-color : # ffffc0 ; padding-left : 5px ; padding-right : 5px ; }
5+ span .linenos .special { color : # 000000 ; background-color : # ffffc0 ; padding-left : 5px ; padding-right : 5px ; }
16.highlight .hll { background-color : # 49483e }
2- .highlight { background : # 272822 ; color : # f8f8f2 }
7+ .highlight { background : # 272822 ; color : # f8f8f2 }
38.highlight .c { color : # 75715e } /* Comment */
49.highlight .err { color : # 960050 ; background-color : # 1e0010 } /* Error */
510.highlight .k { color : # 66d9ef } /* Keyword */
Original file line number Diff line number Diff line change 237237< dl class ="py method ">
238238< dt id ="gino.dialects.aiomysql.AiomysqlDialect.on_connect ">
239239< code class ="sig-name descname "> on_connect</ code > < span class ="sig-paren "> (</ span > < span class ="sig-paren "> )</ span > < a class ="headerlink " href ="#gino.dialects.aiomysql.AiomysqlDialect.on_connect " title ="永久链接至目标 "> ¶</ a > </ dt >
240- < dd > < p > return a callable which sets up a newly created DBAPI connection.</ p >
240+ < dd > < p > Return a callable which sets up a newly created DBAPI connection.</ p >
241241< p > The callable should accept a single argument "conn" which is the
242242DBAPI connection itself. The inner callable has no
243243return value.</ p >
Original file line number Diff line number Diff line change 285285< dl class ="py method ">
286286< dt id ="gino.dialects.asyncpg.AsyncpgDialect.on_connect ">
287287< code class ="sig-name descname "> on_connect</ code > < span class ="sig-paren "> (</ span > < span class ="sig-paren "> )</ span > < a class ="headerlink " href ="#gino.dialects.asyncpg.AsyncpgDialect.on_connect " title ="永久链接至目标 "> ¶</ a > </ dt >
288- < dd > < p > return a callable which sets up a newly created DBAPI connection.</ p >
288+ < dd > < p > Return a callable which sets up a newly created DBAPI connection.</ p >
289289< p > The callable should accept a single argument "conn" which is the
290290DBAPI connection itself. The inner callable has no
291291return value.</ p >
You can’t perform that action at this time.
0 commit comments