##// END OF EJS Templates
test getattr / getitem behavior in Config...
test getattr / getitem behavior in Config for both section and non-section keys when undefined - get(Section) will create the section and return it - get(not_section) will create LazyConfigValue and return it
MinRK -
r13470:22bb8f1e
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / exporters
tests
__init__.py Loading ...
export.py Loading ...
exporter.py Loading ...
html.py Loading ...
latex.py Loading ...
markdown.py Loading ...
python.py Loading ...
rst.py Loading ...
slides.py Loading ...
templateexporter.py Loading ...