##// END OF EJS Templates
demandload: implement __call__...
demandload: implement __call__ demandload can now load functions and classes, and not just modules. (So if you access foo() rather than just foo.* it still works). demandload still doesn't work for constants.

File last commit:

r2139:74f70f2e default
r2310:d01eac59 default
Show More
test-nested-repo.out
8 lines | 135 B | text/plain | TextLexer
/ tests / test-nested-repo.out
# should print nothing
# should print ? b/x
? b/x
# should print A b/x
A b/x
# should forget b/x
forgetting b/x
# should print nothing