Files
openide/python/pluginSrc
Andrey Vlasovskikh bf1d5b924e PyTypeProvider can return 'Any' type for parameter and return types
Previously there was no way for a type provider to tell that the type
is really 'Any'. The 'null' return value was just a sign that the
provider doesn't know the return type and we should try other
alternatives.
2015-03-31 18:07:34 +03:00
..