mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-23 01:16:34 +03:00
Added parse_dsn() docstring
This commit is contained in:
parent
01856333c4
commit
d40f81865f
|
@ -112,7 +112,8 @@ psyco_connect(PyObject *self, PyObject *args, PyObject *keywds)
|
||||||
return conn;
|
return conn;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define psyco_parse_dsn_doc "parse_dsn(dsn) -> dict"
|
#define psyco_parse_dsn_doc \
|
||||||
|
"parse_dsn(dsn) -> dict -- parse a connection string into parameters"
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
psyco_parse_dsn(PyObject *self, PyObject *args, PyObject *kwargs)
|
psyco_parse_dsn(PyObject *self, PyObject *args, PyObject *kwargs)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user