Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:choose_async
(Results
1 - 1
of
1
) sorted by relevance
/third_party/jinja2/
H
A
D
compiler.py
605
def
choose_async
(self, async_value: str = "async ", sync_value: str = "") -> str:
member in CodeGenerator
609
return f"{self.
choose_async
()}def {name}"
977
f"{self.
choose_async
()}for event in"
1059
f"{self.
choose_async
()}for event in template.root_render_func("
1083
self.write(f"{self.
choose_async
('await ')}environment.get_template(")
1088
f_name = f"make_module{self.
choose_async
('_async')}"
1093
self.write(f"_get_default_module{self.
choose_async
('_async')}(context)")
1186
self.writeline(self.
choose_async
("async for ", "for "))
1189
self.write(self.
choose_async
("auto_aiter(fiter)", "fiter"))
1230
self.writeline(self.
choose_async
("asyn
[all...]
Completed in 5 milliseconds