MCPcopy Create free account
hub / github.com/EasyIME/PIME / relpath

Function relpath

python/python3/tornado/test/web_test.py:60–61  ·  view source on GitHub ↗
(*a)

Source from the content-addressed store, hash-verified

58
59
60def relpath(*a):
61 return os.path.join(os.path.dirname(__file__), *a)
62
63
64class WebTestCase(AsyncHTTPTestCase):

Callers 5

get_app_kwargsMethod · 0.85
get_app_kwargsMethod · 0.85
get_app_kwargsMethod · 0.85
get_handlersMethod · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected