Home
last modified time | relevance | path

Searched defs:template (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dre.py197 def template(pattern, flags=0): function
265 def _expand(pattern, match, template): argument
270 def _subx(pattern, template): argument
276 def filter(match, template=template): argument
Dtimeit.py80 template = """ variable
Dsre_parse.py778 def expand_template(template, match): argument
Dtempfile.py79 template = "tmp" variable
Dstring.py131 def __init__(self, template): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dre.py201 def template(pattern, flags=0): function
279 def _expand(pattern, match, template): argument
284 def _subx(pattern, template): argument
290 def filter(match, template=template): argument
Dsre_parse.py822 def expand_template(template, match): argument
Dstring.py131 def __init__(self, template): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcache.c221 PyObject* template; in pysqlite_cache_display() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_base.py108 def new_name(self, template=u"xxx_todo_changeme"): argument