Ensure stopwatch __enter__, __exit__ are in docs
People typically want to know if this can be used as a context manager (it can); so make sure that the generated docs explicitly shows them (vs not showing them, which is the default). Change-Id: I97d512afc79581478a5b7e734108c38635b79f45
This commit is contained in:
parent
24d8950080
commit
19605725ec
@ -4,3 +4,4 @@
|
||||
|
||||
.. automodule:: oslo_utils.timeutils
|
||||
:members:
|
||||
:special-members: __enter__, __exit__
|
||||
|
Loading…
Reference in New Issue
Block a user