Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ Result
Class
Result
electronics/electric_power.py:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
class
Result(NamedTuple):
8
name: str
9
value: float
10
11
12
def
electric_power(voltage: float, current: float, power: float) -> tuple:
Callers
1
electric_power
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected