##// END OF EJS Templates
remove _valid_formatter...
remove _valid_formatter check in _safe_get_formatter_method - reject classes - allow any callable... - ...except on objects that lazily produce callables at any attribute

File last commit:

r18580:ba8461eb
r19128:c7a9cc84
Show More
style_python.tplx
21 lines | 594 B | text/plain | TextLexer
((= Python input/output style =))
((*- extends 'base.tplx' -*))
% Custom definitions
((* block definitions *))
((( super() )))
% Pygments definitions
((( resources.latex.pygments_definitions )))
((* endblock definitions *))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{Verbatim}[commandchars=\\\{\}]
((( cell.source | highlight_code(strip_verbatim=True) | add_prompts )))
\end{Verbatim}
((* endblock input *))