In one of the python code i was looking at i saw this line
sys.path.append("../../../")
I know that sys.path.append is used to add paths to the code that the interpreter can search for modules.. What does the path added inside the brackets mean ?
In one of the python code i was looking at i saw this line
sys.path.append("../../../")
I know that sys.path.append is used to add paths to the code that the interpreter can search for modules.. What does the path added inside the brackets mean ?