MCPcopy Index your code
hub / github.com/msgspec/msgspec / Point

Class Point

tests/unit/test_struct.py:864–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862
863
864class Point(Struct):
865 x: int
866 y: int
867
868
869class PointKWOnly(Struct, kw_only=True):

Calls

no outgoing calls

Tested by 13

test_struct_eq_falseMethod · 0.56
test_struct_orderMethod · 0.56
test_defstruct_simpleMethod · 0.56
test_defstruct_basesMethod · 0.56
test_replace_kwargsMethod · 0.56
test_asdictMethod · 0.56
test_astupleMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…