MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / syntax.py

File syntax.py

00_hello_world/python/syntax.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2"docstring for module."
3
4def multiply(x: int, y: int) -> int:

Callers

nothing calls this directly

Calls 2

multiplyFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected