1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
semantic/test/fixtures/python/analysis
Patrick Thomson 178da2959e Implement multiple inheritance.
Python is the only language that we support that permits multiple
inheritance, which is probably good, since MI is generally considered
a sign of a poorly-designed object hierarchy. But there's no reason
not to support it. This algorithm is more simplistic than Python's
actual method-resolution lookup, but it's fine for now, and the
behavior for simple cases matches that of Python.
2018-03-22 15:54:21 -04:00
..
b Updated test fixtures for qualified imports 2018-03-01 14:04:13 -08:00
a.py Simplify these to get started 2018-03-01 11:47:38 -08:00
main1.py Some additional Python examples 2018-03-09 14:02:06 -08:00
main2.py Some additional Python examples 2018-03-09 14:02:06 -08:00
main.py Updated test fixtures for qualified imports 2018-03-01 14:04:13 -08:00
multiple_inheritance.py Implement multiple inheritance. 2018-03-22 15:54:21 -04:00
subclass.py Fix Python method calls. 2018-03-22 15:35:08 -04:00