Michell Stuttgart
562908cb17
Improve __repr__ method of Milestone class ( #921 )
...
This commit add the title of milestone in string representation of Milestone class.
This modification improve readbility of milestone instances.
Before:
```python
>>> repo.get_milestone(number=1)
Milestone(number=1)
```
After:
```python
>>> repo.get_milestone(number=1)
Milestone(title='Milestone Example', number=1)
```
2018-10-08 10:19:38 +08:00
..
2018-10-04 21:41:17 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-09-11 13:05:16 +08:00
2018-10-04 15:55:11 +08:00
2018-08-19 10:47:41 +08:00
2018-03-17 20:06:16 +08:00
2018-08-27 11:57:58 +08:00
2018-08-28 13:34:34 +08:00
2018-08-15 12:45:47 +10:00
2018-03-17 20:06:16 +08:00
2018-08-27 11:57:58 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-08-19 10:47:41 +08:00
2018-03-17 20:06:16 +08:00
2018-08-24 10:52:53 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-08-19 10:47:41 +08:00
2018-09-05 12:33:20 +08:00
2018-08-19 10:47:41 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-10-03 11:51:59 +08:00
2018-03-17 20:06:16 +08:00
2018-08-19 10:47:41 +08:00
2018-05-01 09:40:08 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-08-19 10:47:41 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-09-05 12:33:20 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-08-27 11:57:58 +08:00
2018-08-19 10:47:41 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-08-27 11:57:58 +08:00
2018-08-19 10:47:41 +08:00
2018-04-06 09:17:19 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-10-08 10:19:38 +08:00
2018-10-03 11:51:59 +08:00
2018-08-28 14:29:23 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-09-11 13:05:16 +08:00
2018-08-27 11:57:58 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-08-27 11:57:58 +08:00
2018-09-05 12:33:20 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-10-04 21:41:17 +08:00
2018-08-19 10:47:41 +08:00
2018-08-28 13:34:34 +08:00
2018-08-15 12:45:47 +10:00
2018-09-06 11:44:53 +08:00
2018-08-19 10:47:41 +08:00
2018-03-17 20:06:16 +08:00
2018-03-17 20:06:16 +08:00
2018-08-19 10:47:41 +08:00
2018-10-03 11:51:59 +08:00
2018-08-19 10:47:41 +08:00