In PHP, the __DIR__ magic constant evaluates to the path to the directory containing the file in which that constant appears.
Is there an equivalent feature in Python?
|
In PHP, the Is there an equivalent feature in Python?
| |||
|
feedback
|
Note that
| |||||||||||
feedback
|
|
EDIT This answer is wrong, see correct answer below, and comments as to why its wrong. Thanks for pointing out my mistake :) A quick search yielded the following function:
Source: http://www.python.org/doc//current/tutorial/stdlib.html | |||||||||||||||||
feedback
|