Is self a module generated by a tool?

This flag has no effect on the semantic. It is only intended on software engineering software to discriminate computer-generated modules from human-written ones.

Property definitions

nitc $ MModule :: is_generated=
	# Is `self` a module generated by a tool?
	#
	# This flag has no effect on the semantic.
	# It is only intended on software engineering software to discriminate computer-generated modules from human-written ones.
	var is_generated: Bool = false is writable
src/model/mmodule.nit:258,2--262,43