Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1413)

Unified Diff: src/org/python/core/PyJavaClass.java

Issue 2888: __findattr__ refactor (Closed) Base URL: https://jython.svn.sourceforge.net/svnroot/jython/branches/asm
Patch Set: This is the actually commited patch (on r5155), in case you have more comments Created 15 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/org/python/core/PyIntegerDerived.java ('k') | src/org/python/core/PyJavaPackage.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/python/core/PyJavaClass.java
===================================================================
--- src/org/python/core/PyJavaClass.java (revisiĆ³n: 5153)
+++ src/org/python/core/PyJavaClass.java (copia de trabajo)
@@ -753,7 +753,7 @@
}
private PyStringMap missingAttributes = null;
- public PyObject __findattr__(String name) {
+ public PyObject __findattr_ex__(String name) {
if (name == "__dict__") {
if (__dict__ == null)
initialize();
« no previous file with comments | « src/org/python/core/PyIntegerDerived.java ('k') | src/org/python/core/PyJavaPackage.java » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b