D | TypeSlots.py | 171 def __init__(self, slot_name, dynamic=False, inherited=False, argument 251 def __init__(self, slot_name, value, py3=True, py2=True, ifdef=None): argument 262 def __init__(self, slot_name, py3=True, py2=True, ifdef=None): argument 273 def __init__(self, signature, slot_name, method_name, fallback=None, argument 308 def __init__(self, slot_name, **kargs): argument 319 def __init__(self, slot_name, **kargs): argument 348 def __init__(self, slot_name, method, **kargs): argument 377 def __init__(self, slot_name, user_methods, default_value, **kargs): argument 427 def __init__(self, sub_slots, slot_type, slot_name): argument
|