splitInclude

Contents

splitInclude#

csoundengine.csoundlib.splitInclude(line)[source]#

Given an include line it splits the include path

Return type:

str

Example

>>> splitInclude(r'   #include "foo/bar" ')
foo/bar

NB: the quotation marks are not included