Merge lp:~cjwatson/storm/docstring-uri into lp:storm

Proposed by Colin Watson
Status: Merged
Merged at revision: 563
Proposed branch: lp:~cjwatson/storm/docstring-uri
Merge into: lp:storm
Diff against target: 22 lines (+12/-0)
1 file modified
storm/uri.py (+12/-0)
To merge this branch: bzr merge lp:~cjwatson/storm/docstring-uri
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Storm Developers Pending
Review via email: mp+384866@code.launchpad.net

Commit message

Add docstring for storm.uri.URI.

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'storm/uri.py'
--- storm/uri.py 2019-08-11 09:48:05 +0000
+++ storm/uri.py 2020-05-29 23:04:58 +0000
@@ -27,6 +27,18 @@
2727
2828
29class URI(object):29class URI(object):
30 """A representation of a Uniform Resource Identifier (URI).
31
32 This is intended exclusively for database connection URIs.
33
34 @ivar username: The username part of the URI, or C{None}.
35 @ivar password: The password part of the URI, or C{None}.
36 @ivar host: The host part of the URI, or C{None}.
37 @type port: L{int}
38 @ivar port: The port part of the URI, or C{None}.
39 @ivar database: The part of the URI representing the database name, or
40 C{None}.
41 """
3042
31 username = None43 username = None
32 password = None44 password = None

Subscribers

People subscribed via source and target branches

to status/vote changes: