Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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:
Callers
4
git_last_commit_timestamp
Function · 0.80
should_translate_based_on_translation
Function · 0.80
translate_single_source_file
Function · 0.80
normalize_source_file_arg
Function · 0.80
Calls
1
normalize_relpath
Function · 0.85
Tested by
no test coverage detected