This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-21 14:37:45 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b00014b47e0131340d70fb9f54199bc6ec1e6cbd
openide
/
python
/
testData
/
findUsages
T
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
…
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
…
NonGlobalUsages.py
…
QualifiedVsUnqualifiedUsages.py
…
ReassignedClassAttribute.py
…
ReassignedInstanceAttribute.py
…
ReassignedLocalUsages.py
…
ReassignedParameter.py
…
UnresolvedClassInit.py
…
WrappedMethod.py
…