Dave Halter
|
bd2ed8dbbd
|
Finally get rid of call_of_leaf
|
2020-01-12 03:06:52 +01:00 |
|
Dave Halter
|
ba52ecd0df
|
Some isinstance/flow analysis improvements.
|
2016-11-29 18:19:15 +01:00 |
|
Dave Halter
|
1d8b71ba56
|
Add an isinstance test.
|
2016-07-12 19:31:28 +02:00 |
|
Dave Halter
|
3d79d0994e
|
Fix: is_class() on Instance was not implemented.
|
2015-12-15 16:44:28 +01:00 |
|
Dave Halter
|
6f4ac70140
|
Issues with isinstance checks.
|
2015-11-27 12:22:02 +01:00 |
|
Dave Halter
|
a99368c421
|
Fix: elifs where not considered for isinstance type inference.
|
2015-11-25 22:14:23 +01:00 |
|
Dave Halter
|
59e4f567a2
|
Create a failing test for an issue probably with the parser.
|
2015-11-25 06:58:34 +01:00 |
|
Dave Halter
|
0ef030848d
|
refactor fast_parent_copy, use new_elements_default to hand in a dictionary, that contains all the generated duplicates.
|
2014-08-21 13:17:33 +02:00 |
|
Dave Halter
|
7f874620db
|
Start documenting all the py__foo__ methods
|
2014-08-20 11:31:23 +02:00 |
|
Dave Halter
|
625e88e851
|
isinstance checks now also give you type hints in class contexts, fixes #241.
|
2014-08-04 02:11:30 +02:00 |
|
Dave Halter
|
d09279e0ad
|
change tests that provided wrong instance information
|
2014-07-31 15:16:24 +02:00 |
|
Dave Halter
|
6de46fe373
|
realizing that #241 is more of a feature than a bug, I disabled the corresponding test. This will be changed once the whole implementation of isinstance becomes more flexible and also allows checks on subclasses, so that no information is lost.
|
2014-04-09 16:27:42 +02:00 |
|
Dave Halter
|
5eef23046b
|
clean up
|
2014-03-11 11:38:08 +01:00 |
|
David Halter
|
4627e22a1c
|
better understanding of isinstance in executions (temporary commit)
|
2012-11-24 02:10:21 +01:00 |
|
David Halter
|
86eb8f24f7
|
isinstance checks should now also work within functions. -> fixes #39
|
2012-10-23 15:52:09 +02:00 |
|
David Halter
|
39f89462b4
|
assert isinstance checks
|
2012-10-07 15:13:40 +02:00 |
|
David Halter
|
7e39a7d1ba
|
isinstance checks for if/while
|
2012-10-04 00:34:26 +02:00 |
|