Searched defs:kwargs (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.41.9/tools/lldbmacros/core/ |
| H A D | standard.py | 152 def format(self, format_string, *args, **kwargs): 160 def vformat(self, format_string, args, kwargs): argument 238 def get_value_field(self, name, args, kwargs, auto_idx): argument 266 def convert_field(self, obj, conv, transform='', args=None, kwargs=None): argument 301 def xnu_format(fmt, *args, **kwargs): 305 def xnu_vformat(fmt, args, kwargs): argument 379 def format(self, s, *args, **kwargs): 383 def error(self, s, *args, **kwargs):
|
| H A D | pointer.py | 65 def __call__(cls, *args, **kwargs):
|
| H A D | lldbwrap.py | 78 def lldbwrap_raise(exn, fn, reason, *args, **kwargs): 136 def wrapper(*args, **kwargs): 146 def wrapper(*args, **kwargs):
|
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | kcdata.py | 630 def __init__(self, *args, **kwargs):
|