This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-15 20:26:04 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ce7c8cdc465f8562a91f12ee2812d29e437a7291
openide
/
python
/
testData
/
findUsages
History
Dmitry Jemerov
1bf433610e
consistent behavior of PyFunction.getContainingClass() in stub-based and non-stub-based cases (PY-1448)
2013-11-05 19:37:45 +01:00
..
NamespacePackageUsages
Fixed find usages of namespace packages and imported elements (PY-7348)
2012-08-29 17:06:17 +04:00
ClassUsages.py
…
ConditionalFunctions.py
consistent behavior of PyFunction.getContainingClass() in stub-based and non-stub-based cases (PY-1448)
2013-11-05 19:37:45 +01:00
GlobalUsages2.py
…
GlobalUsages.py
…
ImplicitlyResolvedUsages.py
…
Imports.py
…
InitUsages.py
…
LambdaParameter.py
…
NameShadowing.py
find usages considers a reference to be a usage if it resolves to an element that shadows our name or is shadowed by ours (PY-6241)
2013-02-05 20:09:49 +01:00
NestedFunctions.py
correct isReferenceTo() for variables used in nested functions (part of PY-3118)
2011-03-21 19:43:18 +01:00
NonGlobalUsages.py
…
QualifiedVsUnqualifiedUsages.py
…
ReassignedClassAttribute.py
Fixed find usages for reassigned class and instance attributes (PY-4338).
2011-08-22 20:01:22 +04:00
ReassignedInstanceAttribute.py
Fixed find usages for reassigned class and instance attributes (PY-4338).
2011-08-22 20:01:22 +04:00
ReassignedLocalUsages.py
…
ReassignedParameter.py
advance required gen version for builtins
2011-05-26 21:08:05 +04:00
UnresolvedClassInit.py
…
WrappedMethod.py
correct Find Usages for wrapped method calls (PY-5458)
2012-01-12 13:33:03 +01:00