Joey
|
df76ffe116
|
Replace most relative imports with 2018-style crate
|
2019-02-20 08:50:53 -08:00 |
|
Adrian Wielgosik
|
21299ecf3d
|
Refactor arg_check macro
|
2019-02-13 21:05:23 +01:00 |
|
ZapAnton
|
2b0f87b69f
|
super type: Added __doc__
|
2019-02-08 19:28:39 +03:00 |
|
Windel Bouwman
|
baa59ec2fc
|
Merge branch 'master' into fix_useless_format
|
2019-02-06 10:50:07 +01:00 |
|
ZapAnton
|
0d3b218237
|
Fixed the 'toplevel_ref_arg' clippy warning
This replaces all the occurrences of the
'let ref var = another_var' with the
'let var = &another_var'
Relevant clippy warning: https://rust-lang.github.io/rust-clippy/master/index.html#toplevel_ref_arg
|
2019-02-05 21:45:56 +03:00 |
|
ZapAnton
|
57e2beef3a
|
Fixed the 'useless_format' clippy warning
This replaces all the occurrences of the format!(<&str>) with the <&str>.to_string()
Relevant clippy warning: https://rust-lang.github.io/rust-clippy/master/index.html#useless_format
|
2019-02-05 20:48:50 +03:00 |
|
Windel Bouwman
|
4095e0cad7
|
Modify location of set_attr so that we are able to create str python objects for the dictionary.
|
2018-12-12 22:06:19 +01:00 |
|
Windel Bouwman
|
4acea45f78
|
Add code and frame python objects.
|
2018-11-07 15:24:18 +01:00 |
|
Windel Bouwman
|
c69b43d13b
|
Add frozenset class, callable function and enumerate function.
|
2018-11-06 21:42:42 +01:00 |
|
Windel Bouwman
|
ce5bb72ed0
|
Minor delta on super class.
|
2018-11-05 20:46:32 +01:00 |
|
Windel Bouwman
|
e3000e2f25
|
Add super object type skeleton.
|
2018-11-04 23:10:02 +01:00 |
|