Does the method take the responsibility to call init?

If the method is used as an initializer, then using this information prevents to call init twice.

Property definitions

nitc $ MMethodDef :: _is_calling_init
	# Does the method take the responsibility to call `init`?
	#
	# If the method is used as an initializer, then
	# using this information prevents to call `init` twice.
	var is_calling_init = false is writable
src/model/model.nit:2665,2--2669,40