Files
sphinx/tests
Andy Freeland 7046d17631 Python parameter/variable types should match classes, not all objects
Parameter and variable types in the Python domain have the
counter-intuitive behavior of matching instance methods (or likely any
other objects) rather than classes, e.g.:

```python
class Foo(object):
    def list(self):
        """List some things."""

def bar(x):
    """
    :param x: x
    :type x: list
    """
```

`bar()` will link to `Foo.list()` rather than the standard library
`list` type.
2017-07-12 21:52:38 -07:00
..
2017-03-01 15:04:28 +09:00
2017-07-02 20:28:50 +09:00
2017-05-16 23:53:46 +09:00
2017-03-26 11:49:34 +09:00
2017-06-05 15:40:18 +02:00
2017-06-25 01:48:23 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:49:34 +09:00
2017-06-25 01:48:23 +09:00
2017-06-25 01:48:23 +09:00
2017-03-26 11:49:34 +09:00
2017-06-25 01:48:23 +09:00
2017-05-11 11:45:14 +02:00
2017-03-26 11:49:34 +09:00
2017-04-30 00:55:11 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:52:15 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:52:15 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:52:15 +09:00
2017-03-26 11:52:15 +09:00
2017-03-18 15:00:28 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:49:34 +09:00
2017-06-17 19:45:38 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:49:34 +09:00
2017-03-26 11:52:15 +09:00
2017-03-26 11:49:34 +09:00