Dean Moldovan
ecced6c5ae
Use generic arg names for functions without explicitly named arguments
...
Example signatures (old => new):
foo(int) => foo(arg0: int)
bar(Object, int) => bar(self: Object, arg0: int)
The change makes the signatures uniform for named and unnamed arguments
and it helps static analysis tools reconstruct function signatures from
docstrings.
This also tweaks the signature whitespace style to better conform to
PEP 8 for annotations and default arguments:
" : " => ": "
" = " => "="
2016-08-04 23:45:24 +02:00
..
2016-07-30 17:18:33 +02:00
2016-08-04 15:24:41 -04:00
2016-08-04 15:24:41 -04:00
2016-08-04 15:24:41 -04:00
2016-08-04 23:45:24 +02:00
2016-08-04 23:45:24 +02:00
2016-08-04 23:45:24 +02:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-08-04 23:45:24 +02:00
2016-08-04 00:01:39 -04:00
2016-08-04 00:21:37 -04:00
2016-08-04 00:21:37 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-19 17:35:09 +02:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2016-07-18 16:43:18 -04:00
2015-10-15 18:23:56 +02:00
2016-07-17 17:47:05 -04:00
2016-07-17 17:47:05 -04:00
2016-08-04 23:45:24 +02:00
2015-07-09 15:27:32 +02:00
2016-07-18 16:43:18 -04:00