Searched defs:kwargs (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | idl.py | 32 def __init__(self, typename, **kwargs): 130 def __init__(self, typename, **kwargs): 137 def __init__(self, ctype, **kwargs): 150 def __init__(self, w, **kwargs): 160 def __init__(self, enum, value, name, **kwargs): 169 def __init__(self, typename, values, **kwargs): 192 def __init__(self, type, name, **kwargs): 202 def __init__(self, kind, typename, fields, **kwargs): 248 def __init__(self, name, fields, **kwargs): 256 def __init__(self, name, fields, **kwargs): [all …]
|
/xen-4.10.0-shim-comet/tools/pygrub/src/fsimage/ |
A D | fsimage.c | 54 fsimage_file_read(fsimage_file_t *file, PyObject *args, PyObject *kwargs) in fsimage_file_read() 159 fsimage_fs_open_file(fsimage_fs_t *fs, PyObject *args, PyObject *kwargs) in fsimage_fs_open_file() 187 fsimage_fs_file_exists(fsimage_fs_t *fs, PyObject *args, PyObject *kwargs) in fsimage_fs_file_exists() 261 fsimage_open(PyObject *o, PyObject *args, PyObject *kwargs) in fsimage_open()
|
Completed in 4 milliseconds