~cjwatson/lazr.restful/py3-fix-reraise

« back to all changes in this revision

Viewing changes to src/lazr/restful/docs/webservice-declarations.rst

  • Committer: Colin Watson
  • Date: 2020-07-23 10:19:08 UTC
  • mfrom: (247.1.1 py3-dict-methods)
  • Revision ID: cjwatson@canonical.com-20200723101908-d3s0dd8meq7xzdum
[r=wgrant] Handle dict method changes in Python 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2352
2352
 
2353
2353
    >>> attrs['params']['arg']
2354
2354
    <zope.schema._field.Float object...>
2355
 
    >>> attrs['params'].keys()
 
2355
    >>> list(attrs['params'])
2356
2356
    ['arg']
2357
2357
 
2358
2358
    >>> attrs['return_type']