Searched defs:kwargs (Results 1 – 3 of 3) sorted by relevance
| /xen/tools/libxl/ |
| A D | idl.py | 34 def __init__(self, typename, **kwargs): 132 def __init__(self, typename, **kwargs): 139 def __init__(self, ctype, **kwargs): 152 def __init__(self, w, **kwargs): 162 def __init__(self, enum, value, name, **kwargs): 171 def __init__(self, typename, values, **kwargs): 194 def __init__(self, type, name, **kwargs): 204 def __init__(self, kind, typename, fields, **kwargs): 250 def __init__(self, name, fields, **kwargs): 258 def __init__(self, name, fields, **kwargs): [all …]
|
| /xen/tools/pygrub/src/fsimage/ |
| A D | fsimage.c | 41 fsimage_file_read(fsimage_file_t *file, PyObject *args, PyObject *kwargs) in fsimage_file_read() 157 fsimage_fs_open_file(fsimage_fs_t *fs, PyObject *args, PyObject *kwargs) in fsimage_fs_open_file() 185 fsimage_fs_file_exists(fsimage_fs_t *fs, PyObject *args, PyObject *kwargs) in fsimage_fs_file_exists() 250 fsimage_open(PyObject *o, PyObject *args, PyObject *kwargs) in fsimage_open()
|
| /xen/tools/python/xen/ |
| A D | util.py | 6 def open_file_or_fd(val, *argl, **kwargs):
|
Completed in 4 milliseconds