約 9,550,000 件の結果
リンクを新しいタブで開く
  1. oop - What do __init__ and self do in Python? - Stack Overflow

    2017年7月8日 · init self may make sense for other methods, but what about init? When we call init, we're in the process of creating an object, so how can there already be a self? Python …

  2. What does init mean in c# 9? - Stack Overflow

    2020年6月6日 · The init accessor makes immutable objects more flexible by allowing the caller to mutate the members during the act of construction. That means the object's immutable …

  3. What exactly does init do? - Unix & Linux Stack Exchange

    2015年4月20日 · System 5 init will tell you only a small part of the story. There's a sort of myopia that affects the Linux world. People think that they use a thing called "System 5 init ", and that is …

  4. Duda con clases. ¿Para que sirve __init__? - Stack Overflow en …

    2017年8月30日 · Porque es lo que he definido en la clase vehiculo usando la funcion __init__ Es decir que los objetos se __init__cializarán (se crearán) con esos parámetros.

  5. What does __init mean in the Linux kernel code? - Stack Overflow

    Notice the change in the definitions of the init and cleanup functions. The __init macro causes the init function to be discarded and its memory freed once the init function finishes for built-in …

  6. How to return a value from __init__ in Python? - Stack Overflow

    2010年3月22日 · I have a class with an __init__ function. How can I return an integer value from this function when an object is created? I wrote a program, where __init__ does command line …

  7. What is the use of the init() usage in JavaScript? - Stack Overflow

    2011年10月25日 · JavaScript doesn't have a built-in init() function, that is, it's not a part of the language. But it's not uncommon (in a lot of languages) for individual programmers to create …

  8. python - __init__ as a constructor? - Stack Overflow

    It's tempting, because it looks like a constructor (by convention, __init__ is the first method defined for the class), acts like one (it's the first piece of code executed in a newly created instance of …

  9. python - What is __init__.py for? - Stack Overflow

    Make a directory called 'datetime' and in it make two blank files, the init.py file (with underscores) and datetime.py. Now open an interpreter, import sys, and issue sys.path.insert(0, …

  10. javascript - Problem installing TailwindCSS after `npx tailwindcss …

    2025年1月23日 · It works the same way as the old command, except that from v4 onwards, you no longer need to run the init process for installation. Learn more: Problem installing …