![JAR search and dependency download from the Maven repository](/logo.png)
kr.motd.maven.sphinx.dist.jinja2.runtime$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1? f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; __doc__ }
jinja2.runtime
~~~~~~~~~~~~~~
Runtime helpers.
:copyright: (c) 2017 by the Jinja Team.
:license: BSD.
org/python/core/PyString fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString;
org/python/core/PyFrame
setglobal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
setline (I)V
sys org/python/core/imp importOne H(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject;
setlocal
itertools " java/lang/String $ chain &
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject; ( )
* types ,
MethodType . jinja2.nodes 0 EvalContext 2 _context_function_types 4 jinja2.utils 6 Markup 8 soft_unicode : escape < missing > concat @ internalcode B object_type_repr D evalcontextfunction F Namespace H jinja2.exceptions J UndefinedError L TemplateRuntimeError N TemplateNotFound P jinja2._compat R imap T text_type V iteritems X implements_iterator Z implements_to_string \ string_types ^ PY2 ` with_metaclass b org/python/core/PyList d org/python/core/PyObject f LoopContext h TemplateReference j Macro l markup_join n unicode_join p to_string r identity t ([Lorg/python/core/PyObject;)V v w
e x __all__ z getname .(Ljava/lang/String;)Lorg/python/core/PyObject; | }
~ org/python/core/Py ? EmptyObjects [Lorg/python/core/PyObject; ? ? ? ? org/python/core/PyFunction ? f_globals Lorg/python/core/PyObject; ? ? ? f$1 getlocal (I)Lorg/python/core/PyObject; ? ?
? f_lasti I ? ? ? jinja2/runtime$py ? Lorg/python/core/PyCode; ? ? ? ? P(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)V v ?
? ? object ? __call__ 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; ? ?
g ? _first_iteration ? _last_iteration ?
markup_join$2 @Concatenation that escapes if necessary and converts to unicode. ? (ILorg/python/core/PyObject;)V ?
? getglobal ? }
? m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
g ? __iter__ ()Lorg/python/core/PyObject; ? ?
g ? append ? __getattr__ ? }
g ? S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
g ? hasattr ? __html__ ? __nonzero__ ()Z ? ?
g ? ? org/python/core/PyUnicode ? /(Ljava/lang/String;)Lorg/python/core/PyUnicode; ?
? ? join ? __iternext__ ? ?
g ? ? ? ? ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V v ?
? ? unicode_join$3 4Simple args to unicode conversion and concatenation. ? ? ? ? ? None ?
new_context$4 (Internal helper to for context creation. ? _is 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
g ? org/python/core/PyDictionary ?
? x dict ? org/python/core/PyTuple ?
? x
_callextra ~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
g ? unpackSequence 8(Lorg/python/core/PyObject;I)[Lorg/python/core/PyObject; ? ?
? ? _isnot ? ?
g ? __setitem__ 7(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)V ? ?
g ?
context_class ? ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
g ? ? ? new_context TemplateReference$5
__module__ __name__ The `self` in templates.
__init__$6 _TemplateReference__context __setattr__
g ? ? ?
? ? __init__
__getitem__$7 blocks __getitem__ ?
g BlockReference
newInteger (I)Lorg/python/core/PyInteger;!"
?# ? ?%
__repr__$8 <%s %r>) __class__+ name- _mod/ ?
g0( ? ?2 __repr__4 getf_locals6 ?
7 ? ?9 makeClass a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject;;<
?= java/util/Arrays? fill (([Ljava/lang/Object;Ljava/lang/Object;)VAB
@C _get_func$9 getattrF __func__H ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ?J
gKE ? ?M _get_funcO typeQ ContextMetaS ContextMeta$10
__new__$11 __new__W _eqY ?
gZ resolve\ Context^ resolve_or_missing` Trueb _legacy_resolve_moded _fast_resolve_modefV ? ?hU ? ?j resolve_or_missing$12 varsm _ino ?
gp parentrl ? ?t
Context$13?The template context holds the variables of a template. It stores the
values passed to the template and also the names the template exports.
Creating instances is neither supported nor useful as it's created
automatically at various stages of the template evaluation and should not
be created by hand.
The context is immutable. Modifications on :attr:`parent` **must not**
happen and modifications on :attr:`vars` are allowed from generated
template code only. Template filters and global functions marked as
:func:`contextfunction`\s get the active context passed as first argument
and are allowed to access the context read-only.
The template context supports read only dict operations (`get`,
`keys`, `values`, `items`, `iterkeys`, `itervalues`, `iteritems`,
`__getitem__`, `__contains__`). Additionally there is a :meth:`resolve`
method that doesn't fail with a `KeyError` but returns an
:class:`Undefined` object for missing variables.
w Falsey __init__$14 environment| eval_ctx~ set?
exported_vars? f$15 java/lang/Object?
f_savedlocals [Ljava/lang/Object;?? ? getGeneratorInput ()Ljava/lang/Object;??
? org/python/core/PyException? java/lang/Throwable?? ? ??{ ? ?? super$16 Render a parent block.? index? _add? ?
g? setException M(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException;??
?? LookupError? match (Lorg/python/core/PyObject;)Z??
?? undefined? #there is no parent block called %r.? super? g(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject; ??
g?? ? ?? get$17 fReturns an item from the template context, if it doesn't exist
`default` is returned.
? KeyError?? ? ?? get?
resolve$18 ?Looks up a variable like `__getitem__` or `get` but returns an
:class:`Undefined` object with the name of the name looked up.
?? ? ?? resolve_or_missing$19 xResolves a variable like :meth:`resolve` but returns the
special `missing` value if it cannot be found.
?
isinstance? Undefined?? ? ?? get_exported$20 to_cell (II)V??
? +Get a new dict with the exported variables.? f$21 getderef? ?
?? ? ??
getclosure? ?
? ?(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;)V v?
??? ? ?? get_exported?
get_all$22 ?Return the complete context as dict including the exported
variables. For optimizations reasons this might not return an
actual copy so be careful with using it.
? __not__? ?
g?? ? ?? get_all? call$23 ?Call the callable with the arguments and keyword arguments
provided but inject the active context or environment as first
argument if the callable is a :func:`contextfunction` or
:func:`environmentfunction`.
? __debug__? ? contextfunction? environmentfunction?
StopIteration? Gvalue was undefined because a callable raised a StopIteration exception?? ? ?? call?
derived$24 ?Internal helper function to create a derived context. This is
used in situations where the system needs a new context in the same
template that is independent.
? T(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ?
g update f$25 list ? ? ? ? ? derived
_all$26 f$27 ? ? k(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;[Lorg/python/core/PyObject;)V v
? ? ? _all keys values items iterkeys
itervalues" dellocal (Ljava/lang/String;)V$%
& __contains__$28( ? ?) __contains__+ __getitem__$29 TLookup a variable or raise `KeyError` if the variable is
undefined.
.
makeException 9(Lorg/python/core/PyObject;)Lorg/python/core/PyException;01
?2- ? ?4 __repr__$30
<%s %s of %r>7 repr96 ? ?;v ? ?= collections? MappingA registerC ImportErrorE BlockReference$31 "One block on a template reference.H __init__$32 _contextK _stackM _depthOJ ? ?Q super$33 Super the block.T lenV _geX ?
gYS ? ?[ property] __call__$34
autoescape`_ ? ?bG ? ?d LoopContextBasef LoopContextBase$35 %A loop context for dynamic iteration.i _beforek _currentm _aftero _lengthq __init__$36
_undefinedt _recursev index0x depth0z _last_checked_value|s ? ?~ cycle$37 7Cycles among the arguments with the current loop index.? TypeError? no items for cycling given?? ? ?? cycle?
changed$38 9Checks whether the value has changed since the last call.? _ne? ?
g?? ? ?? changed? f$39? ? ?? first? f$40? ? ?? last? f$41? ? ?? f$42 length? _sub? ?
g?? ? ?? revindex? f$43? ? ?? revindex0? f$44? ? ?? depth? previtem$45 there is no previous item?? ? ?? previtem? nextitem$46 there is no next item?? ? ?? nextitem?
__len__$47? ? ?? __len__? loop$48 MTried to call non recursive loop. Maybe you forgot the 'recursive' modifier.?? ? ?? loop? __repr__$49
<%s %r/%r>?? ? ??h ? ?? LoopContext$50 __init__$51 iter? _iterator? AttributeError?
_safe_next?? ? ?? length$52 tuple?? ? ?? __iter__$53 LoopContextIterator?? ? ?? ?
_safe_next$54 next?? ? ??? ? ?? LoopContextIterator$55 The iterator for a loop context.? context? __slots__? __init__$56? ? ?? __iter__$57? ? ? __next__$58 _iadd ?
g ? ? __next__? ? ?
Macro$59 Wraps a macro function.
__init__$60 _environment _func _argument_count arguments catch_kwargs
catch_varargs caller explicit_caller _default_autoescape ? ?" __call__$61 __getslice__ j(Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;%&
g' enumerate) pop+ No caller defined- amacro %r was invoked with two values for the special caller argument. This is most likely a bug./ %macro %r takes no keyword argument %r1 _gt3 ?
g4 +macro %r takes not more than %d argument(s)6 _invoke8$ ? ?:
_invoke$62 =This method is being swapped out by the async implementation.=<