Searched defs:template (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | re.py | 197 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
|
D | timeit.py | 80 template = """ variable
|
D | sre_parse.py | 778 def expand_template(template, match): argument
|
D | tempfile.py | 79 template = "tmp" variable
|
D | string.py | 131 def __init__(self, template): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | re.py | 201 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
|
D | sre_parse.py | 822 def expand_template(template, match): argument
|
D | string.py | 131 def __init__(self, template): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | cache.c | 221 PyObject* template; in pysqlite_cache_display() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | fixer_base.py | 108 def new_name(self, template=u"xxx_todo_changeme"): argument
|