Home
last modified time | relevance | path

Searched refs:__self (Results 1 – 9 of 9) sorted by relevance

/third_party/jinja2/
Druntime.py262 __self, __obj: t.Callable, *args: t.Any, **kwargs: t.Any # noqa: B902 argument
285 __self = __self.derived(kwargs["_loop_vars"])
287 __self = __self.derived(kwargs["_block_vars"])
288 args = (__self,) + args
290 args = (__self.eval_ctx,) + args
292 args = (__self.environment,) + args
300 return __self.environment.undefined(
Dsandbox.py378 __self, # noqa: B902 argument
387 return __self.format_string(fmt, args, kwargs, __obj)
391 if not __self.is_safe_callable(__obj):
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py417 def call(__self, __context, __obj, *args, **kwargs): argument
421 return __self.format_string(fmt, args, kwargs)
425 if not __self.is_safe_callable(__obj):
Druntime.py235 def call(__self, __obj, *args, **kwargs): argument
256 args = (__self,) + args
258 args = (__self.eval_ctx,) + args
260 args = (__self.environment,) + args
264 return __self.environment.undefined('value was undefined because '
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py452 def call(__self, __context, __obj, *args, **kwargs): # noqa: B902 argument
456 return __self.format_string(fmt, args, kwargs, __obj)
460 if not __self.is_safe_callable(__obj):
Druntime.py261 def call(__self, __obj, *args, **kwargs): # noqa: B902 argument
284 args = (__self,) + args
286 args = (__self.eval_ctx,) + args
288 args = (__self.environment,) + args
292 return __self.environment.undefined(
/third_party/rust/crates/serde/serde_derive/src/
Dser.rs36 …#vis fn serialize<__S>(__self: &#remote #ty_generics, __serializer: __S) -> #serde::__private::Res… in expand_derive_serialize()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c219 #define DEBUG_RTSP(__self,msg) gst_rtspsrc_print_rtsp_message (__self, msg) argument
220 #define DEBUG_SDP(__self,msg) gst_rtspsrc_print_sdp_message (__self, msg) argument
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs969 .map(|receiver| quote_spanned!(receiver.var.span=> __self)); in expand_rust_function_shim_impl()