Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mlco2/codecarbon
/ tracked_function
Method
tracked_function
tests/test_config.py:299–300 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
297
save_to_file=False,
298
)
299
def
tracked_function():
300
return
"success"
301
302
self.assertEqual(tracked_function(),
"success"
)
303
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected