MCPcopy Create free account
hub / github.com/openai/openai-agents-python / relpath

Method relpath

examples/run_examples.py:107–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105
106 @property
107 def relpath(self) -> str:
108 return normalize_relpath(str(self.path.relative_to(ROOT_DIR)))
109
110 @property
111 def module(self) -> str:

Calls 1

normalize_relpathFunction · 0.85

Tested by

no test coverage detected