Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SiphokaziCele/Assignment3AdvancedCalculator
/ renderGraph
Method
renderGraph
src/Models/Graph.py:10–11 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
def
generateGraph(self):
9
self.graphImage= f
"Graph of {self.expression}"
10
def
renderGraph(self):
11
print (f
"Rendering: {self.graphImage}"
)
12
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected