Commit 673b161
Add the NoneType hook in type_def (#8)
* add support for expanding signiture list to its base classes when **kwargs is contained in a construction method
* remove fixed FIXME comment
* add a switch to turn off the inherent signature function
* disable the inherent function by default and fix a bug in register.get(), where an unexpected exception may be raised
* add more tests for better code coverage
* fix typos
* add typedef hook for NoneType
* enable full test in test_config_type_def
* remove redundant test call
---------
Co-authored-by: Yansen Wang <[email protected]>1 parent bc4697c commit 673b161
2 files changed
+53
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
25 | 35 | | |
26 | 36 | | |
27 | 37 | | |
| |||
197 | 207 | | |
198 | 208 | | |
199 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
200 | 233 | | |
201 | 234 | | |
202 | 235 | | |
| |||
259 | 292 | | |
260 | 293 | | |
261 | 294 | | |
| 295 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
212 | 230 | | |
213 | 231 | | |
214 | 232 | | |
| |||
660 | 678 | | |
661 | 679 | | |
662 | 680 | | |
| 681 | + | |
663 | 682 | | |
664 | 683 | | |
665 | 684 | | |
| |||
0 commit comments