MCPcopy Create free account
hub / github.com/LaihoE/Python-demoparser / coordinates

Function coordinates

main2.py:12–17  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

10
11
12def coordinates(file):
13 print(file)
14 parser = DemoParser(file)
15 df = parser.parse_ticks(["is_freeze_period"])
16 print(df["is_freeze_period"].unique())
17 return df
18
19
20if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

parse_ticksMethod · 0.95
DemoParserClass · 0.85

Tested by

no test coverage detected