is a value locally defined in mmodule

Property definitions

nitc $ MModuleData :: has_mmodule
	# is a value locally defined in `mmodule`
	fun has_mmodule(mmodule: MModule): Bool
	do
		return defs.has_key(mmodule)
	end
src/model/mmodule_data.nit:30,2--34,4