MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / DirectoryOfThisScript

Function DirectoryOfThisScript

scripts/linux/ycm_extra_conf.py:74–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72SOURCE_EXTENSIONS = [ '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ]
73
74def DirectoryOfThisScript():
75 return os.path.dirname( os.path.abspath( __file__ ) )
76
77
78def MakeRelativePathsInFlagsAbsolute( flags, working_directory ):

Callers 1

FlagsForFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected