MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / Point

Class Point

src/8/simplified_initialization_of_data_structures/example1.py:17–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 _fields = ['name', 'shares', 'price']
16
17 class Point(Structure):
18 _fields = ['x','y']
19
20 class Circle(Structure):
21 _fields = ['radius']

Callers 1

example1.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected