Home
last modified time | relevance | path

Searched defs:kwargs (Results 1 – 25 of 119) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1110 def debug(self, msg, *args, **kwargs):
1122 def info(self, msg, *args, **kwargs):
1134 def warning(self, msg, *args, **kwargs):
1148 def error(self, msg, *args, **kwargs):
1166 def critical(self, msg, *args, **kwargs):
1180 def log(self, level, msg, *args, **kwargs):
1385 def process(self, msg, kwargs): argument
1398 def debug(self, msg, *args, **kwargs):
1406 def info(self, msg, *args, **kwargs):
1414 def warning(self, msg, *args, **kwargs):
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Drow.c36 int pysqlite_row_init(pysqlite_Row* self, PyObject* args, PyObject* kwargs) in pysqlite_row_init()
136 Py_ssize_t pysqlite_row_length(pysqlite_Row* self, PyObject* args, PyObject* kwargs) in pysqlite_row_length()
141 PyObject* pysqlite_row_keys(pysqlite_Row* self, PyObject* args, PyObject* kwargs) in pysqlite_row_keys()
Dconnection.c60 int pysqlite_connection_init(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_init()
322 PyObject* pysqlite_connection_cursor(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_cursor()
848 …t* pysqlite_connection_create_function(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_create_function()
882 …* pysqlite_connection_create_aggregate(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_create_aggregate()
979 …ct* pysqlite_connection_set_authorizer(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_set_authorizer()
1009 …sqlite_connection_set_progress_handler(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_set_progress_handler()
1175 PyObject* pysqlite_connection_call(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_call()
1235 PyObject* pysqlite_connection_execute(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_execute()
1264 …bject* pysqlite_connection_executemany(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_executemany()
1293 …ect* pysqlite_connection_executescript(pysqlite_Connection* self, PyObject* args, PyObject* kwargs) in pysqlite_connection_executescript()
Dmodule.c47 kwargs) in module_connect()
87 kwargs) in module_complete()
117 kwargs) in module_enable_shared_cache()
Dprepare_protocol.c27 int pysqlite_prepare_protocol_init(pysqlite_PrepareProtocol* self, PyObject* args, PyObject* kwargs) in pysqlite_prepare_protocol_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEiffel.py39 def method(self, *args, **kwargs):
58 def __call__(self, *args, **kwargs):
74 def callmethod(self, inst, args, kwargs): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dscript_helper.py65 def spawn_python(*args, **kwargs):
82 def run_python(*args, **kwargs):
Dtest_urllib2net.py15 def _retry_thrice(func, exc, *args, **kwargs):
26 def wrapped(*args, **kwargs):
Dtest_memoryio.py600 def __new__(cls, *args, **kwargs):
602 def __init__(self, *args, **kwargs):
694 def __new__(cls, *args, **kwargs):
697 def __init__(self, *args, **kwargs):
Dtest_format.py49 def testboth(formatstr, *args, **kwargs):
Dtest_getopt.py21 def assertError(self, *args, **kwargs):
Dtest_atexit.py68 def h4(self, *args, **kwargs):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py544 def format(self, format_string, *args, **kwargs):
547 def vformat(self, format_string, args, kwargs): argument
553 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth): argument
587 def get_value(self, key, args, kwargs): argument
594 def check_unused_args(self, used_args, args, kwargs): argument
629 def get_field(self, field_name, args, kwargs): argument
Dtextwrap.py335 def wrap(text, width=70, **kwargs):
348 def fill(text, width=70, **kwargs):
DUserDict.py4 def __init__(self, dict=None, **kwargs):
46 def update(self, dict=None, **kwargs):
151 def update(self, other=None, **kwargs):
Dargparse.py1052 def add_parser(self, name, **kwargs):
1151 def __init__(self, **kwargs):
1231 def set_defaults(self, **kwargs):
1250 def add_argument(self, *args, **kwargs):
1297 def add_argument_group(self, *args, **kwargs):
1302 def add_mutually_exclusive_group(self, **kwargs):
1371 def _get_positional_kwargs(self, dest, **kwargs):
1387 def _get_optional_kwargs(self, *args, **kwargs):
1422 def _pop_action_class(self, kwargs, default=None): argument
1473 def __init__(self, container, title=None, description=None, **kwargs):
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py546 def format(*args, **kwargs):
561 def vformat(self, format_string, args, kwargs): argument
567 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth): argument
601 def get_value(self, key, args, kwargs): argument
608 def check_unused_args(self, used_args, args, kwargs): argument
643 def get_field(self, field_name, args, kwargs): argument
Dtextwrap.py343 def wrap(text, width=70, **kwargs):
356 def fill(text, width=70, **kwargs):
DUserDict.py4 def __init__(self, dict=None, **kwargs):
46 def update(self, dict=None, **kwargs):
151 def update(self, other=None, **kwargs):
Dargparse.py1054 def add_parser(self, name, **kwargs):
1160 def __init__(self, **kwargs):
1244 def set_defaults(self, **kwargs):
1263 def add_argument(self, *args, **kwargs):
1310 def add_argument_group(self, *args, **kwargs):
1315 def add_mutually_exclusive_group(self, **kwargs):
1384 def _get_positional_kwargs(self, dest, **kwargs):
1400 def _get_optional_kwargs(self, *args, **kwargs):
1435 def _pop_action_class(self, kwargs, default=None): argument
1486 def __init__(self, container, title=None, description=None, **kwargs):
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
DLog.py107 def Info(msg, *args, **kwargs):
113 def Quiet(msg, *args, **kwargs):
/device/generic/goldfish-opengl/
Dcmake_transform.py39 def __init__(self, *args, **kwargs):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsignals.py46 def inner(*args, **kwargs):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dfindnocoding.py19 def walk_python_files(self, paths, *args, **kwargs):
Dpatchcheck.py19 def call_fxn(*args, **kwargs):

12345