May refer to Linux init, an abbreviation of initialization - giving variables a "starting" value, or Python's __init__ class initiation method.
May refer to :
- Linux Init - the parent of all processes, which primary role is to create processes from a script stored in the file
/etc/inittab
. - variable init (abbreviation of initialization) - giving variables a "starting" value.
- python magic
__init__
- magic function that initializes an object.