Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/python-for-matlab-development
/ area
Method
area
code/OO/circle.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
self.R = r
37
self.__perim = 2*r*np.pi;
38
def
area(self):
39
return
np.pi*self.r**2
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected