Testing a docstring formating that's nice with pydoc
This commit is contained in:
@@ -87,11 +87,16 @@ class Remote(object):
|
|||||||
be called and its return value used for authentication. Override
|
be called and its return value used for authentication. Override
|
||||||
it if you want to be able to perform authentication.
|
it if you want to be able to perform authentication.
|
||||||
|
|
||||||
:param str url: The url of the remote
|
Parameters:
|
||||||
:param username_from_url: Username extracted from the url, if any
|
|
||||||
:type username_from_url: str or None
|
- url (str) -- The url of the remote.
|
||||||
:param int allowed_types: credential types supported by the remote
|
|
||||||
:rtype: credential
|
- username_from_url (str or None) -- Username extracted from the url,
|
||||||
|
if any.
|
||||||
|
|
||||||
|
- allowed_types (int) -- Credential types supported by the remote.
|
||||||
|
|
||||||
|
Return value: credential
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user