The path to self

Property definitions

nitc $ MPackage :: package_path
	# The path to `self`
	fun package_path: nullable String do
		if not has_source then return null
		return location.file.as(not null).filename
	end
src/model/mpackage.nit:71,2--75,4